input
stringlengths
9
111
response
stringlengths
69
351
Relocate the white block to the right 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": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Navigate to (697.1, 573.9, 118.2), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 697.1, "y": 573.9, "z": 118.2}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Shift the robot arm to go forward direction
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Move the robotic arm to coordinates (300, 170, -58).
{"actions": [{"command": "move_to", "parameters": {"x": 300, "y": 170, "z": -58}}]}
Get to yellow block, go left, switch on suction, then go right
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Rearrange the yellow block's position to 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"}}]}
Navigate to (206.7, 158.4, -46.3), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 206.7, "y": 158.4, "z": -46.3}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Go to (684.9, 566.2, 114.8), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 684.9, "y": 566.2, "z": 114.8}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Place the arm to the yellow block location
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Turn on suction, move to (205.84, 189.27, -60.15), go up, and turn off suction
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 205.84, "y": 189.27, "z": -60.15}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Shift down and then turn on suction cup
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Shift the robot to go backward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Get the the robotic arm to the left 3 times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Turn on suction cup and head left
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Move to the left, ascend, then descend
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Turn on suction, shift left, rise, then shift right
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Position the white block over 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"}}]}
Make the arm move to blue block location
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Move the robotic arm to the backward direction twice
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
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"}}]}
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"}}]}
Activate suction and then proceed to the yellow block position
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Shift the robot to go down four times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Go backward then forward
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Grab green block and shift it to the right.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Shift right, descend, then move to the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Shift the robot to go backward twice
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Approach yellow block, shift left, switch on suction, then shift right
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Get the arm to the down direction
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Transfer the yellow block so it's in 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"}}]}
Go to (340.0, 290.0, 20.0), go up, and then turn off suction
{"actions": [{"command": "move_to", "parameters": {"x": 340.0, "y": 290.0, "z": 20.0}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Shift the robot in the up direction
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Move towards the down direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Approach yellow block, turn left, turn on the suction, then turn right
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move the robotic arm to coordinates (650, 420, -110).
{"actions": [{"command": "move_to", "parameters": {"x": 650, "y": 420, "z": -110}}]}
Shift left and then proceed to (209.56, 178.21, -56.92)
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 209.56, "y": 178.21, "z": -56.92}}]}
Head to (211.22, 163.57, -52.49), shift right, switch off suction, then shift down
{"actions": [{"command": "move_to", "parameters": {"x": 211.22, "y": 163.57, "z": -52.49}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Activate the suction cup and move to the yellow block position
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Shift the robot arm to go left direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Move to (627.00, 116.60, -74.00)
{"actions": [{"command": "move_to", "parameters": {"x": 627.0, "y": 116.6, "z": -74.0}}]}
Get the robotic arm towards the backward direction
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Go to red block location.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Rearrange the position of the yellow block to 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"}}]}
Make the robot arm move to the backward direction
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Move the robotic arm to the left
{"actions": [{"command": "move", "parameters": {"direction": "left"}}]}
Shift the robotic arm to go down 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Take custody of yellow block, rise, and then deactivate 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"}}]}
Make the orange block move forward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Go to the left, go up, and then descend
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Activate suction, shift left, climb, then shift right
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move up and then turn on suction cup
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Navigate to (510.8, 415.5, 57.4), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 510.8, "y": 415.5, "z": 57.4}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Turn on suction cup and head up
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Make the robot move to the forward direction direction twice
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Make the robot arm move to the right 3 times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move rightward, go down, then proceed to the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Move the robotic arm to coordinates (800, 480, -80).
{"actions": [{"command": "move_to", "parameters": {"x": 800, "y": 480, "z": -80}}]}
Move yourself to the right direction
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Get the robotic arm to the backward direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Get the robot moving down four times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Proceed to (229.91, 151.78, -54.29) and then activate suction
{"actions": [{"command": "move_to", "parameters": {"x": 229.91, "y": 151.78, "z": -54.29}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
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 to coordinate (637.48, 485.32, -326.89)
{"actions": [{"command": "move_to", "parameters": {"x": 637.48, "y": 485.32, "z": -326.89}}]}
Make the robotic arm move to the down four times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Move to yellow block position and then turn on suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Shift the robotic arm to the up twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move right four times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Rearrange the position of the yellow block so it's 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"}}]}
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"}}]}
Move rightward, descend, then shift to the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Move to coordinate (349.67, 672.98, -189.33)
{"actions": [{"command": "move_to", "parameters": {"x": 349.67, "y": 672.98, "z": -189.33}}]}
Move towards the right and then towards the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Move arm to the right four times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move arm to down twice
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Switch on suction, go left, go upwards, then go right
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Shift to the left, ascend, then move down
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Shift the robot moving down four times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Move left, move to white block, activate 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"}}]}
Proceed downwards and then activate suction cup
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Get the robot moving forward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Activate suction, go left, ascend, then go right
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Rearrange the yellow block to be in 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"}}]}
Move the robotic arm to coordinates (350, 190, -68).
{"actions": [{"command": "move_to", "parameters": {"x": 350, "y": 190, "z": -68}}]}
Move towards the right direction twice
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Slide the white block to the right 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": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Proceed to the position of the white block and then turn on suction
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Get the robotic arm 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"}}]}
Head right then go up
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Shift the the robotic arm to the left
{"actions": [{"command": "move", "parameters": {"direction": "left"}}]}
Move in the backward direction
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Go to (205.31, 178.52, -49.73), move right, turn off suction, then go down
{"actions": [{"command": "move_to", "parameters": {"x": 205.31, "y": 178.52, "z": -49.73}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Proceed to (519.3, 425.4, 60.8), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 519.3, "y": 425.4, "z": 60.8}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move left 3 times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Turn on suction, go left, ascend, then go right
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Align the yellow block to the right side 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"}}]}
Move left, ascend, then descend
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Shift the robot backward twice
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Move to (396.52, 230.67, -153.81)
{"actions": [{"command": "move_to", "parameters": {"x": 396.52, "y": 230.67, "z": -153.81}}]}
Move the arm to (627, 270, 51).
{"actions": [{"command": "move_to", "parameters": {"x": 627, "y": 270, "z": 51}}]}
Get the robot arm to go forward four times
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}