Create data.json
Browse files
data.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"task": "pick_object",
|
| 4 |
+
"object": "cup",
|
| 5 |
+
"description": "The humanoid robot picks up a cup from the table."
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"task": "place_object",
|
| 9 |
+
"object": "book",
|
| 10 |
+
"description": "The robot places the book on the shelf."
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"task": "carry_object",
|
| 14 |
+
"object": "box",
|
| 15 |
+
"description": "The robot carries the box carefully to another location."
|
| 16 |
+
}
|
| 17 |
+
]
|