robocup_knowledge
src
robocup_knowledge
environments
rgo2015
rgo2015/challenge_open.py
Go to the documentation of this file.
1
cabinet =
"right_bookcase"
2
table1 =
"dinnertable"
3
table2 =
"bookcase"
4
table3 =
"counter"
5
object_shelves=[
"bookcase"
,
"bookcase"
,
"bookcase"
]
6
7
objects = [
"coke"
,
"meadow_milk"
,
"pringles"
,
"oblates"
,
"chocosticks"
,
"cup"
]
8
9
#spec find a person and talk with
10
spec =
"(<object1>|<object1> <object2>|<object1> <object2> <object3>)"
11
12
choices = {
'location'
:[table1, table2, table3],
13
'object1'
:objects,
14
'object2'
:objects,
15
'object3'
:objects}
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17