robocup_knowledge
src
robocup_knowledge
environments
rwc2022
rwc2022/challenge_take_out_the_garbage.py
Go to the documentation of this file.
1
# TAKE OUT THE GARBAGE KNOWLEDGE FILE RWC2022
2
# TU/e Robotics
3
from
robocup_knowledge
import
knowledge_loader
4
5
# Common knowledge
6
common = knowledge_loader.load_knowledge(
"common"
)
7
8
starting_point =
"initial_pose_take_out_the_garbage"
9
trashbin_id =
"bin"
10
trashbin_id2 =
"kitchen_bin"
11
drop_zone_id =
"take_out_garbage_drop_zone"
12
end_waypoint =
"initial_pose"
13
helper_waypoint =
"helper_waypoint_take_out_the_garbage"
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17