acengnew's picture
Create data.json
f907ecc verified
raw
history blame contribute delete
232 Bytes
[
{ "state": "battery_low", "action": "return_to_charging" },
{ "state": "human_calling", "action": "approach_human" },
{ "state": "obstacle_detected", "action": "avoid_obstacle" },
{ "state": "idle", "action": "standby" }
]