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