robocup_knowledge
src
robocup_knowledge
environments
rgo2019
rgo2019/challenge_take_out_the_garbage.py
Go to the documentation of this file.
1
# TAKE OUT THE GARBAGE KNOWLEDGE FILE RGO2019
2
3
from
robocup_knowledge
import
knowledge_loader
4
5
# Common knowledge
6
common = knowledge_loader.load_knowledge(
"common"
)
7
8
starting_point =
"initial_pose"
9
trashbin_id =
"trash_bin"
10
trashbin_id2 =
"trash_can"
11
drop_zone_id =
"drop_area"
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17