robocup_knowledge
rgo2015/challenge_navigation.py
Go to the documentation of this file.
1 target1 = {
2  'near' : 'small_table',
3  'in' : 'hall',
4  'lookat' : 'small_table'
5 }
6 
7 target2 = {
8  'near' : 'counter',
9  'in' : 'office',
10  'lookat' : 'counter'
11 }