robocup_knowledge
src
robocup_knowledge
environments
robotics_testlabs
robotics_testlabs/challenge_final.py
Go to the documentation of this file.
1
# TU/e Robotics
2
from
robocup_knowledge
import
knowledge_loader
3
4
# Load the common knowledge
5
common = knowledge_loader.load_knowledge(
"common"
)
6
7
initial_pose =
"initial_pose"
8
meeting_point =
"gpsr_meeting_point"
Generated on Fri Apr 18 2025 04:36:55 for robocup_knowledge by
1.8.17