Go to the documentation of this file. 1 starting_point =
"initial_pose"
3 ask_waypoint =
"challenge_open_ask_waypoint"
7 {
"entity_id":
"dinner_table",
8 "room_id":
"dining_room",
9 "navigate_area":
"near",
10 "segment_areas": [
"on_top_of"]},
14 "navigate_area":
"near",
15 "segment_areas": [
"on_top_of"]},
17 {
"entity_id":
"kitchencounter",
18 "room_id":
"living_room",
19 "navigate_area":
"in_front_of",
20 "segment_areas": [
"on_top_of"]},
22 {
"entity_id":
"stove",
24 "navigate_area":
"in_front_of",
25 "segment_areas": [
"on_top_of"]},
28 grammar =
"T[X] -> PLACES[X]"
30 for place
in inspection_places:
31 grammar +=
"\nPLACES[%s] -> %s" % (place[
'entity_id'], place[
'entity_id'])
32 grammar +=
"\nPLACES[%s] -> %s" % (place[
'entity_id'], place[
'room_id'])