input
stringlengths 9
111
| response
stringlengths 69
351
|
---|---|
Activate suction, move to the left, rise, then move right | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Move robotic arm to the up 3 times | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Move the arm on the left of blue block | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Move the robotic arm to coordinates (420, 290, -110). | {"actions": [{"command": "move_to", "parameters": {"x": 420, "y": 290, "z": -110}}]} |
Go left, go to white block, switch on suction, and then go up | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Get the robot to go forward twice | {"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]} |
Get the robot to the up direction | {"actions": [{"command": "move", "parameters": {"direction": "up"}}]} |
Get the robot arm to go right twice | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Move to coordinate (250.12,137.71,-55.23) | {"actions": [{"command": "move_to", "parameters": {"x": 250.12, "y": 137.71, "z": -55.23}}]} |
Shift the robotic arm to the backward direction twice | {"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]} |
Rearrange the position of the yellow block to be at the back of the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Move robotic arm to the backward direction four times | {"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]} |
Navigate to where the yellow block is, then shift left, and activate suction | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]} |
Shift right, move downwards, then proceed to the left | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]} |
Position the yellow block behind the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Go to the left and then proceed to (347.28, 99.77, -44.81) | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 347.28, "y": 99.77, "z": -44.81}}]} |
Go to pink block location. | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Position the yellow block over the white one. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Go up, then descend, go left, and finally shift right | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Grabbing yellow block, move upwards, and deactivate suction cup | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Make the pink block move forward. | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Get to yellow block, move left, and turn on suction cup | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]} |
Switch on suction, navigate to position (213.76, 217.38, -58.45), move upward, then switch off suction | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 213.76, "y": 217.38, "z": -58.45}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Move left, reach white block, switch on suction, then go up | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Shift the robot upward 3 times | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Rearrange the yellow block's position to be positioned behind the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Navigate right and then go upwards | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Move rightwards and then go up | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Go up, then go down, move left, and finally go right | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Move to coordinate (391.85, 643.72, -142.98) | {"actions": [{"command": "move_to", "parameters": {"x": 391.85, "y": 643.72, "z": -142.98}}]} |
Shift the robot moving forward twice | {"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]} |
Head to (330.91, 112.86, -46.02) and then descend | {"actions": [{"command": "move_to", "parameters": {"x": 330.91, "y": 112.86, "z": -46.02}}, {"command": "move", "parameters": {"direction": "down"}}]} |
Get the robot arm to go up 3 times | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Move to the left and then move to the right | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Get the robot arm to go right direction 3 times | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Move to the left and grab the blue block | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Shift the robot moving up four times | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Shift the arm towards the left direction | {"actions": [{"command": "move", "parameters": {"direction": "left"}}]} |
Enable suction. | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}]} |
Transfer the yellow block to the front of the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Activate suction, reach position (163.42, 212.18, -49.73), ascend, then deactivate suction | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 163.42, "y": 212.18, "z": -49.73}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Move the robotic arm to coordinates (330, 200, -65). | {"actions": [{"command": "move_to", "parameters": {"x": 330, "y": 200, "z": -65}}]} |
Move left, move to white block, activate suction, then go up | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Shift the white block to the back of the yellow block. | {"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Make the robotic arm move to the forward direction four times | {"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]} |
Shift the the robotic arm up | {"actions": [{"command": "move", "parameters": {"direction": "up"}}]} |
Proceed right and then travel to (242.81, 174.99, -55.73) | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move_to", "parameters": {"x": 242.81, "y": 174.99, "z": -55.73}}]} |
Make the robot move to the left direction | {"actions": [{"command": "move", "parameters": {"direction": "left"}}]} |
Move the white block to the front of the yellow block. | {"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Shift the robotic arm to go left 3 times | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]} |
Shift the arm towards the up direction | {"actions": [{"command": "move", "parameters": {"direction": "up"}}]} |
Activate the suction. | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}]} |
Move to (204.78, 175.91, -57.23) and then activate suction cup | {"actions": [{"command": "move_to", "parameters": {"x": 204.78, "y": 175.91, "z": -57.23}}, {"command": "suction_cup", "parameters": {"action": "on"}}]} |
Make the arm move to the forward direction 3 times | {"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]} |
Move upwards, grab the white block, and turn off suction | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Proceed to (347.28, 99.77, -44.81) and then shift rightwards | {"actions": [{"command": "move_to", "parameters": {"x": 347.28, "y": 99.77, "z": -44.81}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Place the yellow block on the right of the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Shift left and then turn on suction cup | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]} |
Proceed to the right, descend, then move left | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]} |
Get the robot moving left 3 times | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]} |
Position the yellow block atop the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Set the white block on top of the yellow block. | {"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Go to blue block and move it backward | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Move upward, then downward, shift left, and finally shift right | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Get the robot to go backward twice | {"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]} |
Move left, move to white block, activate suction, then go up | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Let the suction cup on. | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}]} |
Move the arm on the left of violet block | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Position the white block atop the yellow one. | {"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Go to the yellow block location, go left, and turn on suction cup | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]} |
Go left, go to white block, turn on suction, and then go up | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Shift the robot arm to go up direction four times | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Shift the robot arm to go left direction twice | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]} |
Go to yellow block, then shift left, and turn on suction cup | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]} |
Ascend, take hold of white block, and deactivate suction | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Move left, reach white block, switch on suction, then go up | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Ascend, descend, go left, and then go right | {"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Turn on the suction and proceed to the coordinates of the yellow block | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]} |
Go to (218.64, 158.41, -53.41), move right, turn off the suction, then move down | {"actions": [{"command": "move_to", "parameters": {"x": 218.64, "y": 158.41, "z": -53.41}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]} |
Get the arm to the right direction twice | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Move the arm to (4917, -4034, 49). | {"actions": [{"command": "move_to", "parameters": {"x": 4917, "y": -4034, "z": 49}}]} |
Move to the left and grab the violet block | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Get the robot arm to position towards the yellow block | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]} |
Get the robot arm to go right 3 times | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Proceed to the right, descend, then shift left | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]} |
Shift the robot arm to go down direction | {"actions": [{"command": "move", "parameters": {"direction": "down"}}]} |
Proceed to (329.17, 67.11, -45.73) and then turn on suction | {"actions": [{"command": "move_to", "parameters": {"x": 329.17, "y": 67.11, "z": -45.73}}, {"command": "suction_cup", "parameters": {"action": "on"}}]} |
Shift the robot upward | {"actions": [{"command": "move", "parameters": {"direction": "up"}}]} |
Go left, go to white block, switch on suction, and then go up | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]} |
Move leftward, go up, and then descend | {"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]} |
Reach (187.43, 167.82, -54.78) and then turn left | {"actions": [{"command": "move_to", "parameters": {"x": 187.43, "y": 167.82, "z": -54.78}}, {"command": "move", "parameters": {"direction": "left"}}]} |
Move you arms toward the coordinates of the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]} |
Shift the robot arm to go forward direction four times | {"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]} |
Get the robotic arm to the right twice | {"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Set the yellow block on top of the white block. | {"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Move the robotic arm backward 3 times | {"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]} |
Activate suction, move left, ascend, then move right | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "right"}}]} |
Take hold of yellow block, go up, and then turn off suction | {"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]} |
Go to violet block and move it backward | {"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]} |
Head over to the white block's position | {"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]} |