input
stringlengths
9
111
response
stringlengths
69
351
Make the robotic arm move 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"}}]}
Move the arm to the yellow block
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Shift up and then turn on suction cup
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Set the suction off.
{"actions": [{"command": "suction_cup", "parameters": {"action": "off"}}]}
Pick up the green block and moving it forward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Direct the arm to the yellow block
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Shift the robotic arm to the down
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Shift left, reach 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"}}]}
Get the robotic arm to go down
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Shift the robot sideways to the right
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Adjust the yellow block's position so it's 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"}}]}
Get the robotic arm to go up
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Navigate to yellow block, move left, and activate the 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 the suction cup.
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}]}
Move arm to up
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Move robotic arm 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"}}]}
Direct the robot arm to white block position
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
Go to where the yellow block is.
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Activate suction, shift left, ascend, 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"}}]}
Get the robotic arm to go backward
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Rearrange the position of the yellow block so it's at the rear 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"}}]}
Rearrange the yellow block's position 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"}}]}
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"}}]}
Get the robot arm 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"}}]}
Shift the robot arm to go down direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Navigate to (477.9, 390.4, 47.3), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 477.9, "y": 390.4, "z": 47.3}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Shift to the left, ascend, then move down
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
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"}}]}
Go to (283.01, 105.68, -48.82) and then activate suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 283.01, "y": 105.68, "z": -48.82}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Move the orange block and advance its position forward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Get the the robotic arm up twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Arrange the white block on top of 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"}}]}
Position the white block so it's situated behind 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"}}]}
Shift to the left and then shift towards the right
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move arm to down four times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Shift the 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"}}]}
Shift the robotic arm to the up 3 times
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Get the robot rightward
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Shift the the robotic arm to the left twice
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Get the robotic arm towards backward direction
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Get the arm to the up direction twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Proceed to (242.81, 174.99, -55.73) and then move down
{"actions": [{"command": "move_to", "parameters": {"x": 242.81, "y": 174.99, "z": -55.73}}, {"command": "move", "parameters": {"direction": "down"}}]}
Get the robot moving down 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Get the arm towards the up direction
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Move the robotic arm right
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
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"}}]}
Go left, go 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"}}]}
Go to the white block position and then activate suction
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Navigate to the yellow block position and then turn on suction
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Move towards the backward direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Move the robotic arm to coordinates (450, 320, -150).
{"actions": [{"command": "move_to", "parameters": {"x": 450, "y": 320, "z": -150}}]}
Move towards the white block's coordinates
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
Switch on suction, go left, climb, 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"}}]}
Navigate to the coordinates of the yellow block
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Move to (503.35, 344.21, -212.54)
{"actions": [{"command": "move_to", "parameters": {"x": 503.35, "y": 344.21, "z": -212.54}}]}
Get the robot arm to go right direction
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Set the yellow block over 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 to (488.62, 330.08, -205.14)
{"actions": [{"command": "move_to", "parameters": {"x": 488.62, "y": 330.08, "z": -205.14}}]}
Get the robot moving up
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Shift the the robotic arm forward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Get the robotic arm to the left 3 times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Shift the robotic arm to go down
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Go left, go up, go down
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Use the suction cup to grab the green block and move it forward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Shift to the forward first, then move to the backward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Go to the yellow block's position
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
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 to (233.53, 143.16, -54.27), go right, deactivate suction, then go down
{"actions": [{"command": "move_to", "parameters": {"x": 233.53, "y": 143.16, "z": -54.27}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Shift the robot moving right 3 times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move the robotic arm down twice
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Make the robotic arm move to the backward direction twice
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Move to the left four times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Turn on 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 the robotic arm to the up four times
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move the robotic arm up
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Shift the robot arm to go down direction four times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Navigate the arm to the white block
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
Shift 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"}}]}
Make the robot move to the right direction
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Move arm to forward twice
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Move to (312.16, 142.81, -100.64)
{"actions": [{"command": "move_to", "parameters": {"x": 312.16, "y": 142.81, "z": -100.64}}]}
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"}}]}
Switch suction on.
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}]}
Move the robotic arm to coordinates (320, 190, -60).
{"actions": [{"command": "move_to", "parameters": {"x": 320, "y": 190, "z": -60}}]}
Get the robot sideways to the backward direction
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Move robotic arm to up 3 times
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Secure yellow block, ascend, and switch 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"}}]}
Position the yellow block so that 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"}}]}
Move to (242.56, 130.22, -54.91), shift right, deactivate suction, then descend
{"actions": [{"command": "move_to", "parameters": {"x": 242.56, "y": 130.22, "z": -54.91}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Activate suction, proceed to location (206.33, 237.45, -62.04), go upwards, then deactivate suction
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 206.33, "y": 237.45, "z": -62.04}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move towards the white block
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
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"}}]}
Proceed to (235.72, 139.25, -54.45), go right, turn off the suction, then go down
{"actions": [{"command": "move_to", "parameters": {"x": 235.72, "y": 139.25, "z": -54.45}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Move the robotic arm to coordinates (250, 100, -55).
{"actions": [{"command": "move_to", "parameters": {"x": 250, "y": 100, "z": -55}}]}
Grab the orange block and bring it backward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Make the robotic arm move to the left
{"actions": [{"command": "move", "parameters": {"direction": "left"}}]}
Shift the robot arm to the backward direction
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Descend and then head to (222.19, 185.73, -58.36)
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move_to", "parameters": {"x": 222.19, "y": 185.73, "z": -58.36}}]}
Go right, move downwards, then proceed to the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Get 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"}}]}