seto4's picture
Create data.json
e361096 verified
raw
history blame contribute delete
422 Bytes
[
{
"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."
}
]