Create data.json
Browse files
data.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{ "state": "battery_low", "action": "return_to_charging" },
|
| 3 |
+
{ "state": "human_calling", "action": "approach_human" },
|
| 4 |
+
{ "state": "obstacle_detected", "action": "avoid_obstacle" },
|
| 5 |
+
{ "state": "idle", "action": "standby" }
|
| 6 |
+
]
|