humanoid-basics / data.json
SUHES's picture
Update data.json
90a0ff8 verified
raw
history blame contribute delete
386 Bytes
[
{
"instruction": "Stand up",
"action": "stand",
"description": "Humanoid robot standing from idle position"
},
{
"instruction": "Walk forward",
"action": "walk_forward",
"description": "Humanoid robot walking forward safely"
},
{
"instruction": "Pick up object",
"action": "grasp",
"description": "Humanoid robot grasping an object"
}
]