File size: 422 Bytes
e361096
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  {
    "action": "stand_up",
    "description": "The humanoid robot stands up from a seated position."
  },
  {
    "action": "sit_down",
    "description": "The robot carefully sits down on a chair."
  },
  {
    "action": "turn_right",
    "description": "The robot turns right while maintaining balance."
  },
  {
    "action": "walk_forward",
    "description": "The robot walks forward slowly and steadily."
  }
]