robocup_knowledge
src
robocup_knowledge
environments
robotics_testlabs
robotics_testlabs/challenge_serving_drinks.py
Go to the documentation of this file.
1
# SERVING DRINKS KNOWLEDGE FILE ROBOTICS_TESTLABS
2
3
# Bar where the drinks are located
4
bar_id =
"bar"
5
6
# Room where the party takes place, i.e., where the robot should look for people
7
room_id =
"livingroom"
8
9
# Default guest
10
operator_name =
"default_guest"
11
12
# Starting location
13
starting_point =
"serving_drinks_initial"
14
15
# Number of drinks to be served
16
NR_DRINKS = 3
Generated on Fri Apr 18 2025 04:36:55 for robocup_knowledge by
1.8.17