robocup_knowledge
src
robocup_knowledge
environments
rgo2019
rgo2019/challenge_receptionist.py
Go to the documentation of this file.
1
# RECEPTIONIST KNOWLEDGE FILE RGO2019
2
3
from
robocup_knowledge
import
knowledge_loader
4
common = knowledge_loader.load_knowledge(
"common"
)
5
6
operator_name =
"john"
7
8
starting_point =
"initial_pose"
9
10
waypoint_door = {
'id'
:
'entry_door'
,
'radius'
: 0.5}
11
12
waypoint_livingroom = {
'id'
:
'living_room'
,
'radius'
: 0.5}
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17