Update test.jsonl
Browse files- test.jsonl +9 -9
test.jsonl
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
{"input": "
|
2 |
-
{"input": "geser
|
3 |
-
{"input": "
|
4 |
-
{"input": "
|
5 |
-
{"input": "letakkan posisi balok
|
6 |
-
{"input": "
|
7 |
-
{"input": "
|
8 |
-
{"input": "
|
9 |
-
{"input": "
|
10 |
{"input": "atur posisi ujung lengan di posisi kanan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}]}"}
|
11 |
{"input": "sesuaikan end effector menjadi lokasi (59,124,22)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 59, \"y\": 124, \"z\": 22}}]}"}
|
12 |
{"input": "pindahkan robot hingga mencapai lokasi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|
|
|
1 |
+
{"input": "geser balok kuning ke arah belakang", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
2 |
+
{"input": "geser balok ungu ke posisi belakang", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
3 |
+
{"input": "pindahkan balok biru ke posisi kiri", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
4 |
+
{"input": "pindahkan balok ungu ke posisi kanan", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
5 |
+
{"input": "letakkan posisi balok ungu ke kanan", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
6 |
+
{"input": "geser posisi balok ungu ke arah belakang", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
7 |
+
{"input": "letakkan balok kuning ke belakang", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
8 |
+
{"input": "geser balok biru ke kanan", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
9 |
+
{"input": "letakkan posisi balok ungu ke depan", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
|
10 |
{"input": "atur posisi ujung lengan di posisi kanan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}]}"}
|
11 |
{"input": "sesuaikan end effector menjadi lokasi (59,124,22)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 59, \"y\": 124, \"z\": 22}}]}"}
|
12 |
{"input": "pindahkan robot hingga mencapai lokasi balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
|