seto4 commited on
Commit
e361096
·
verified ·
1 Parent(s): b70cbac

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +18 -0
data.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "action": "stand_up",
4
+ "description": "The humanoid robot stands up from a seated position."
5
+ },
6
+ {
7
+ "action": "sit_down",
8
+ "description": "The robot carefully sits down on a chair."
9
+ },
10
+ {
11
+ "action": "turn_right",
12
+ "description": "The robot turns right while maintaining balance."
13
+ },
14
+ {
15
+ "action": "walk_forward",
16
+ "description": "The robot walks forward slowly and steadily."
17
+ }
18
+ ]