robocup_knowledge
rwc2022/challenge_hand_me_that.py
Go to the documentation of this file.
1 starting_point = "initial_pose"
2 home_location = "hand_me_that_kitchen"
3 room = "kitchen"
4 
5 all_possible_furniture = [
6  "kitchen_shelf",
7  "pantry",
8  "dinner_table",
9  "sink",
10  "dishwasher",
11 ]