acengnew commited on
Commit
f907ecc
·
verified ·
1 Parent(s): b597a3a

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
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
+ ]