Create data.json
Browse filesAdd humanoid balance and posture control dataset
data.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"instruction": "Maintain balance on uneven surface",
|
| 4 |
+
"input": "Slightly inclined floor",
|
| 5 |
+
"output": "The humanoid robot adjusts its posture and foot placement to maintain stable balance on the uneven surface."
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"instruction": "Rotate torso to the right",
|
| 9 |
+
"input": "",
|
| 10 |
+
"output": "The humanoid robot rotates its upper body to the right while keeping its feet stationary."
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"instruction": "Lower left arm slowly",
|
| 14 |
+
"input": "",
|
| 15 |
+
"output": "The humanoid robot gradually lowers its left arm in a controlled and smooth motion."
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"instruction": "Take two small steps forward",
|
| 19 |
+
"input": "",
|
| 20 |
+
"output": "The humanoid robot advances with two short, precise steps while maintaining upright posture."
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"instruction": "Stabilize after movement",
|
| 24 |
+
"input": "Recent forward motion completed",
|
| 25 |
+
"output": "The humanoid robot pauses briefly and performs minor adjustments to regain full stability."
|
| 26 |
+
}
|
| 27 |
+
]
|