SUHES commited on
Commit
ca3efc6
·
verified ·
1 Parent(s): 93590fc

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +10 -0
data.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "human_distance": "too_close",
4
+ "robot_action": "step_back"
5
+ },
6
+ {
7
+ "human_distance": "comfortable",
8
+ "robot_action": "stay_position"
9
+ }
10
+ ]