robocup_knowledge
rwc2017/challenge_open.py
Go to the documentation of this file.
1 # Initial pose
2 initial_pose = "initial_pose_exit"
3 
4 # Sound source localization
5 ssl_waypoint = "ssl_demo_waypoint"
6 
7 # Raytrace demo
8 raytrace_waypoint = "laser_demo_waypoint" # ToDo: add
9 raytrace_breakout_id = "sofa"
10 
11 # Openpose demo
12 order_counter_waypoint = "order_counter_waypoint"
13 audience_room = "balcony"
14 
15 # HSR demo waypoint
16 hsr_demo_waypoint = "hsr_demo_waypoint"
17