robocup_knowledge
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" }