Create data.json1
Browse files- data.json1 +10 -0
data.json1
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"text": "move forward slowly", "label": "walk_forward_slow"}
|
| 2 |
+
{"text": "move forward fast", "label": "walk_forward_fast"}
|
| 3 |
+
{"text": "turn left 90 degrees", "label": "rotate_left_90"}
|
| 4 |
+
{"text": "turn right 90 degrees", "label": "rotate_right_90"}
|
| 5 |
+
{"text": "stop immediately", "label": "halt"}
|
| 6 |
+
{"text": "sit on chair", "label": "sit_action"}
|
| 7 |
+
{"text": "stand up from chair", "label": "stand_action"}
|
| 8 |
+
{"text": "pick up box", "label": "grasp_box"}
|
| 9 |
+
{"text": "place box on table", "label": "release_box"}
|
| 10 |
+
{"text": "wave right hand", "label": "wave_right"}
|