Add data.json
Browse files
data.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"instruction":"Move forward","input":"Two steps","output":"The humanoid robot walks forward two controlled steps and stabilizes."},
|
| 3 |
+
{"instruction":"Turn right","input":"","output":"The humanoid robot rotates its body 90 degrees to the right while keeping balance."},
|
| 4 |
+
{"instruction":"Pick up item","input":"Small object on the table","output":"The humanoid robot reaches, grasps the object securely, and lifts it smoothly."},
|
| 5 |
+
{"instruction":"Enter idle mode","input":"No tasks","output":"The humanoid robot stands still in a neutral posture, ready for the next command."}
|
| 6 |
+
]
|