robocup_knowledge
rwc2023/challenge_storing_groceries.py
Go to the documentation of this file.
1 # TU/e Robotics
2 from robocup_knowledge import knowledge_loader
3 
4 # Common knowledge
5 common = knowledge_loader.load_knowledge("common")
6 
7 # General
8 starting_point = 'initial_pose'
9 
10 # Detection
11 shelf = "pantry"
12 default_area = "shelf3"
13 inspect_area = "in_front_of"
14 place_areas = ["shelf2", "shelf3"]
15 
16 # Grasping
17 table = "side_tables"
18 room = "kitchen"