robocup_knowledge
src
robocup_knowledge
environments
rwc2016b
rwc2016b/challenge_gpsr.py
Go to the documentation of this file.
1
from
robocup_knowledge
import
knowledge_loader
2
common = knowledge_loader.load_knowledge(
"common"
)
3
4
initial_pose =
"initial_pose_door_a"
# initial pose
5
starting_pose =
"gpsr_meeting_point"
# Designated pose to wait for commands
6
exit_waypoint =
"exit_door_B1"
7
8
rooms = common.rooms + [
"entrance"
,
"exit"
,
"office"
]
9
10
translations = {
"bookcase"
:
"bocase"
}
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17