robocup_knowledge
src
robocup_knowledge
environments
robotics_testlabs
robotics_testlabs/challenge_receptionist.py
Go to the documentation of this file.
1
from
robocup_knowledge
import
knowledge_loader
2
common = knowledge_loader.load_knowledge(
"common"
)
3
4
operator_name =
"john"
5
6
starting_point =
"initial_pose"
7
8
waypoint_door = {
'id'
:
'entry_door'
,
'radius'
: 0.5}
9
10
waypoint_livingroom = {
'id'
:
'livingroom'
,
'radius'
: 0.5}
Generated on Sat Sep 13 2025 04:34:04 for robocup_knowledge by
1.8.17