robocup_knowledge
robotics_testlabs/challenge_receptionist.py
Go to the documentation of this file.
1 from robocup_knowledge import knowledge_loader
2 common = knowledge_loader.load_knowledge("common")
3 
4 operator_name = "john"
5 
6 starting_point = "initial_pose"
7 
8 waypoint_door = {'id': 'entry_door', 'radius': 0.5}
9 
10 waypoint_livingroom = {'id': 'livingroom', 'radius': 0.5}