File size: 232 Bytes
f907ecc |
1 2 3 4 5 6 |
[
{ "state": "battery_low", "action": "return_to_charging" },
{ "state": "human_calling", "action": "approach_human" },
{ "state": "obstacle_detected", "action": "avoid_obstacle" },
{ "state": "idle", "action": "standby" }
] |