Aryaduta commited on
Commit
6032ef7
·
verified ·
1 Parent(s): ad87004

Update validation.jsonl

Browse files
Files changed (1) hide show
  1. validation.jsonl +16 -16
validation.jsonl CHANGED
@@ -14,12 +14,12 @@
14
  {"input": "pindahkan robot ke arah depan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}]}"}
15
  {"input": "pindahkan robot ke arah belakang", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}]}"}
16
  {"input": "letakkan lengan robot menuju ke arah atas", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}]}"}
17
- {"input": "letakkan lengan robot menuju ke arah bawah", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"bawah\"}}]}"}
18
  {"input": "letakkan lengan robot menuju ke arah kiri", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}]}"}
19
  {"input": "letakkan lengan robot menuju ke arah kanan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}]}"}
20
- {"input": "letakkan lengan robot menuju ke arah depan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}]}"}
21
- {"input": "taruh end effector agar berada di koordinat (280, 94.58, -26.73)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}]}"}
22
- {"input": "atur lengan robot agar berada di koordinat (-26.73, 294, 280)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}]}"}
23
  {"input": "letakkan end effector menuju posisi (462.91, 280, 294)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 462.91, \"y\": 280, \"z\": 294}}]}"}
24
  {"input": "arahkan posisi lengan robot menuju posisi (-4, 94.58, 179.36)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": 94.58, \"z\": 179.36}}]}"}
25
  {"input": "pindahkan robot menuju posisi (-4, -26.14, 94.58)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": -26.14, \"z\": 94.58}}]}"}
@@ -28,7 +28,7 @@
28
  {"input": "arahkan lengan robot pada titik (280, 94.58, -4)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -4}}]}"}
29
  {"input": "pindahkan end effector pada titik (-4, 94.58, 462.91)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": 94.58, \"z\": 462.91}}]}"}
30
  {"input": "atur lengan robot menuju posisi (-26.73, -72, 280)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": -72, \"z\": 280}}]}"}
31
- {"input": "atur lengan robot pada lokasi balok ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}]}"}
32
  {"input": "atur robot agar berada di posisi balok ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}]}"}
33
  {"input": "arahkan robot agar berada di posisi balok ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}]}"}
34
  {"input": "posisikan ujung lengan robot pada lokasi balok biru", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}]}"}
@@ -44,13 +44,13 @@
44
  {"input": "nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
45
  {"input": "matikan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
46
  {"input": "nyalakan ujung pengisap", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
47
- {"input": "hidupkan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
48
  {"input": "hidupkan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
49
  {"input": "nyalakan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
50
  {"input": "nyalakan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
51
- {"input": "atur lengan robot agar berada di koordinat (-26.73, 294, 280) lalu nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
52
  {"input": "taruh end effector agar berada di koordinat (280, 94.58, -26.73) lalu matikan penyedot", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
53
- {"input": "letakkan lengan robot menuju ke arah depan selanjutnya taruh end effector agar berada di koordinat (280, 94.58, -26.73)", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}]}"}
54
  {"input": "taruh end effector agar berada di koordinat (280, 94.58, -26.73) lalu aktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
55
  {"input": "letakkan end effector menuju posisi (462.91, 280, 294) selanjutnya nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 462.91, \"y\": 280, \"z\": 294}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
56
  {"input": "pindahkan robot ke arah kiri lalu arahkan posisi lengan robot menuju posisi (-4, 94.58, 179.36)", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": 94.58, \"z\": 179.36}}]}"}
@@ -90,14 +90,14 @@
90
  {"input": "arahkan end effector robot agar berada di posisi atas lalu atur lengan robot agar berada di koordinat (-26.73, 294, 280) lalu nyalakan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
91
  {"input": "arahkan end effector robot agar berada di posisi atas lalu taruh end effector agar berada di koordinat (280, 94.58, -26.73) kemudian aktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
92
  {"input": "arahkan end effector robot agar berada di posisi atas kemudian taruh end effector agar berada di koordinat (280, 94.58, -26.73) lalu nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
93
- {"input": "letakkan lengan robot menuju ke arah depan kemudian atur lengan robot agar berada di koordinat (-26.73, 294, 280) kemudian matikan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
94
- {"input": "pindahkan robot ke arah kiri lalu taruh end effector agar berada di koordinat (280, 94.58, -26.73) selanjutnya nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
95
- {"input": "letakkan lengan robot menuju ke arah depan lalu atur lengan robot agar berada di koordinat (-26.73, 294, 280) lalu nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
96
- {"input": "geser lengan robot menjadi ke bawah lalu arahkan posisi lengan robot menuju posisi (-4, 94.58, 179.36) kemudian aktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"bawah\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": 94.58, \"z\": 179.36}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
97
- {"input": "pindahkan robot ke arah kiri lalu taruh end effector agar berada di koordinat (280, 94.58, -26.73) selanjutnya matikan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
98
- {"input": "arahkan end effector robot agar berada di posisi atas kemudian atur lengan robot agar berada di koordinat (-26.73, 294, 280) selanjutnya aktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
99
- {"input": "geser lengan robot menjadi ke bawah selanjutnya atur lengan robot agar berada di koordinat (-26.73, 294, 280) selanjutnya nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"bawah\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
100
- {"input": "pindahkan robot ke arah kiri selanjutnya atur lengan robot agar berada di koordinat (-26.73, 294, 280) lalu aktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
101
  {"input": "pindahkan posisi balok ungu di atas posisi balok biru", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
102
  {"input": "geser lokasi balok kuning menjadi di belakang lokasi balok biru", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
103
  {"input": "pindahkan lokasi balok biru menjadi di kiri posisi balok ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
 
14
  {"input": "pindahkan robot ke arah depan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}]}"}
15
  {"input": "pindahkan robot ke arah belakang", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}]}"}
16
  {"input": "letakkan lengan robot menuju ke arah atas", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}]}"}
17
+ {"input": "geser agar posisi lengan menjadi lebih rendah dari posisi sekarang", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"bawah\"}}]}"}
18
  {"input": "letakkan lengan robot menuju ke arah kiri", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}]}"}
19
  {"input": "letakkan lengan robot menuju ke arah kanan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}]}"}
20
+ {"input": "geser agar posisi lengan menjadi lebih rendah dari posisi sekarang", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"bawah\"}}]}"}
21
+ {"input": "tolong untuk membuat robot bergerak pada posisi (123.56, -171.99, -60.77)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 123.56, \"y\": -171.99, \"z\": -60.77}}]}"}
22
+ {"input": "ubah lengan robot agar beralih posisi pada koordinat (45.67, -89.12, 103.45)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 45.67, \"y\": -89.12, \"z\": 103.45}}]}"}
23
  {"input": "letakkan end effector menuju posisi (462.91, 280, 294)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 462.91, \"y\": 280, \"z\": 294}}]}"}
24
  {"input": "arahkan posisi lengan robot menuju posisi (-4, 94.58, 179.36)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": 94.58, \"z\": 179.36}}]}"}
25
  {"input": "pindahkan robot menuju posisi (-4, -26.14, 94.58)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": -26.14, \"z\": 94.58}}]}"}
 
28
  {"input": "arahkan lengan robot pada titik (280, 94.58, -4)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -4}}]}"}
29
  {"input": "pindahkan end effector pada titik (-4, 94.58, 462.91)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": 94.58, \"z\": 462.91}}]}"}
30
  {"input": "atur lengan robot menuju posisi (-26.73, -72, 280)", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": -72, \"z\": 280}}]}"}
31
+ {"input": "lakukan aksi agar lengan robot berpindah menuju lokasi balok berwarna ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}]}"}
32
  {"input": "atur robot agar berada di posisi balok ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}]}"}
33
  {"input": "arahkan robot agar berada di posisi balok ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}]}"}
34
  {"input": "posisikan ujung lengan robot pada lokasi balok biru", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}]}"}
 
44
  {"input": "nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
45
  {"input": "matikan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
46
  {"input": "nyalakan ujung pengisap", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
47
+ {"input": "atur ujung penyedot pada robot agar tidak mati", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
48
  {"input": "hidupkan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
49
  {"input": "nyalakan suction cup", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
50
  {"input": "nyalakan penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
51
+ {"input": "lakukan perpindahkan lengan robot menuju balok ungu kemudian ke balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
52
  {"input": "taruh end effector agar berada di koordinat (280, 94.58, -26.73) lalu matikan penyedot", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
53
+ {"input": "instruksikan robot untuk berpindah menuju arah kanan selanjutnya arahkan robot untuk maju ke depan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}]}"}
54
  {"input": "taruh end effector agar berada di koordinat (280, 94.58, -26.73) lalu aktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
55
  {"input": "letakkan end effector menuju posisi (462.91, 280, 294) selanjutnya nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 462.91, \"y\": 280, \"z\": 294}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
56
  {"input": "pindahkan robot ke arah kiri lalu arahkan posisi lengan robot menuju posisi (-4, 94.58, 179.36)", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -4, \"y\": 94.58, \"z\": 179.36}}]}"}
 
90
  {"input": "arahkan end effector robot agar berada di posisi atas lalu atur lengan robot agar berada di koordinat (-26.73, 294, 280) lalu nyalakan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -26.73, \"y\": 294, \"z\": 280}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
91
  {"input": "arahkan end effector robot agar berada di posisi atas lalu taruh end effector agar berada di koordinat (280, 94.58, -26.73) kemudian aktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}]}"}
92
  {"input": "arahkan end effector robot agar berada di posisi atas kemudian taruh end effector agar berada di koordinat (280, 94.58, -26.73) lalu nonaktifkan penyedot", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 280, \"y\": 94.58, \"z\": -26.73}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
93
+ {"input": "buat robot untuk berpindah ke arah balok biru, selanjutnya nyalakan suction cup dan pindahkan lengan ke balok kuning", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}]}"}
94
+ {"input": "geser robot ke arah depan lalu belakang lalu kanan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kanan\"}}]}"}
95
+ {"input": "geser robot ke depan lalu aktivasi perangkat pengisap lalu arahkan lengan robot ke arah balok ungu", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}]}"}
96
+ {"input": "aktifkan ujung penyedot robot selanjutnya berpindah ke lokasi balok ungu dan terakhir matikan ujung penyedot", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
97
+ {"input": "pindahkan posisi lengan robot ke kiri selanjutnya ke balok biru selanjutnya menuju posisi atas", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}]}"}
98
+ {"input": "nyalakan penyedot lalu matikan penyedot lalu arahkan robot menuju ke arah atas", "response": "{\"actions\": [{\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}]}"}
99
+ {"input": "lakukan pemindahan lengan robot menuju balok ungu dan selanjutnya ke balok kuning dan terakhir matikan ujung alat pengisap", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
100
+ {"input": "geser robot ke arah depan lalu belakang lalu kanan", "response": "{\"actions\": [{\"command\": \"move\", \"parameters\": {\"direction\": \"depan\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}]}"}
101
  {"input": "pindahkan posisi balok ungu di atas posisi balok biru", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"atas\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
102
  {"input": "geser lokasi balok kuning menjadi di belakang lokasi balok biru", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": -168.94, \"y\": -129.37, \"z\": -68}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"belakang\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}
103
  {"input": "pindahkan lokasi balok biru menjadi di kiri posisi balok ungu", "response": "{\"actions\": [{\"command\": \"move_to\", \"parameters\": {\"x\": 152.76, \"y\": 158.92, \"z\": 6}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"on\"}}, {\"command\": \"move_to\", \"parameters\": {\"x\": -86.59, \"y\": 117.21, \"z\": -122.30}}, {\"command\": \"move\", \"parameters\": {\"direction\": \"kiri\"}}, {\"command\": \"suction_cup\", \"parameters\": {\"action\": \"off\"}}]}"}