input
stringlengths
9
111
response
stringlengths
69
351
Move 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"}}]}
Activate suction and move towards the position of the yellow block
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Move arm to the down 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Get 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"}}]}
Switch suction cup on.
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}]}
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"}}]}
Shift the the robotic arm up twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move 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"}}]}
Go to (374.4, 303.3, 13.5), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 374.4, "y": 303.3, "z": 13.5}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Approach (227.31, 144.21, -54.08), shift right, switch off suction, then shift down
{"actions": [{"command": "move_to", "parameters": {"x": 227.31, "y": 144.21, "z": -54.08}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Disable the suction cup.
{"actions": [{"command": "suction_cup", "parameters": {"action": "off"}}]}
Shift the robot to go forward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Head the arm to the area containing the white block
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
Move arm to the up 3 times
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move robotic arm to left four times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Move towards the backward and then towards the forward
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Go to (593.6, 485.5, 84.4), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 593.6, "y": 485.5, "z": 84.4}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Rearrange the yellow block 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"}}]}
Shift the robot moving right four times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Go to blue block coordinate and move rightward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Head left then go down
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Shift the robot sideways to the up
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Get 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"}}]}
Make the robot move to the right 3 times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Switch on suction cup.
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}]}
Move the arm to (965, -67, 37).
{"actions": [{"command": "move_to", "parameters": {"x": 965, "y": -67, "z": 37}}]}
Move the robotic arm to coordinates (420, 260, -95).
{"actions": [{"command": "move_to", "parameters": {"x": 420, "y": 260, "z": -95}}]}
Proceed to (269.72, 117.21, -50.19) and then turn on suction
{"actions": [{"command": "move_to", "parameters": {"x": 269.72, "y": 117.21, "z": -50.19}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
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 robot moving forward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Go right, descend, then shift to the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Hold yellow block, ascend, 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"}}]}
Move to the left and grab the orange block
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Go towards the right and then towards the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Shift the the robotic arm to the right
{"actions": [{"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"}}]}
Go to (312.3, 250.1, -6.8), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 312.3, "y": 250.1, "z": -6.8}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move leftwards and then go up
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Reach (206.87, 166.31, -52.19), go right, deactivate suction, then move down
{"actions": [{"command": "move_to", "parameters": {"x": 206.87, "y": 166.31, "z": -52.19}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Move the arm to (2207, -1310, 55).
{"actions": [{"command": "move_to", "parameters": {"x": 2207, "y": -1310, "z": 55}}]}
Turn on suction, travel to (201.38, 238.15, -64.89), go upwards, then turn off suction
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 201.38, "y": 238.15, "z": -64.89}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Get the arm to the right direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Shift the robot leftward four
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Shift the robot downward
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Shift the robot moving forward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Move forward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Move to (416.10, 325.90, -145.66)
{"actions": [{"command": "move_to", "parameters": {"x": 416.1, "y": 325.9, "z": -145.66}}]}
Shift the robotic arm 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"}}]}
Move the arm to (1186, -288, 53).
{"actions": [{"command": "move_to", "parameters": {"x": 1186, "y": -288, "z": 53}}]}
Move leftward, go up, and then descend
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Make the arm move to the forward direction twice
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Proceed to (347.28, 99.77, -44.81) and then shift leftwards
{"actions": [{"command": "move_to", "parameters": {"x": 347.28, "y": 99.77, "z": -44.81}}, {"command": "move", "parameters": {"direction": "left"}}]}
Move the 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"}}]}
Go up and then switch on suction cup
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Go down and then go to (279.62, 149.38, -50.92)
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move_to", "parameters": {"x": 279.62, "y": 149.38, "z": -50.92}}]}
Move the robotic arm to coordinates (280, 140, -50).
{"actions": [{"command": "move_to", "parameters": {"x": 280, "y": 140, "z": -50}}]}
Get the robot arm to go down direction
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Place 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"}}]}
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"}}]}
Shift leftward and then ascend
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Go to (279.62, 149.38, -50.92) and then descend
{"actions": [{"command": "move_to", "parameters": {"x": 279.62, "y": 149.38, "z": -50.92}}, {"command": "move", "parameters": {"direction": "down"}}]}
Shift the robot arm to go backward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Go leftward and then proceed to (297.18, 137.89, -49.08)
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 297.18, "y": 137.89, "z": -49.08}}]}
Get the robotic arm to go forward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Move the robotic arm backward
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Move the robot to the up direction
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Get the robot arm to go backward
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Navigate to the forward and then to the backward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Move robotic arm to left 3 times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Go to where the white block is located
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
Move the robotic arm to the down
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Get the robot arm to go left direction twice
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Get hold of the yellow block, ascend upwards, and turn off 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"}}]}
Go to the yellow block position, proceed 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"}}]}
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"}}]}
Head to (222.19, 185.73, -58.36) and then ascend
{"actions": [{"command": "move_to", "parameters": {"x": 222.19, "y": 185.73, "z": -58.36}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move to (310.0, 260.0, 5.0), go down, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 310.0, "y": 260.0, "z": 5.0}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Make the 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"}}]}
Turn on suction, travel to (204.29, 240.71, -65.06), go upwards, then turn off suction
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 204.29, "y": 240.71, "z": -65.06}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Get the robot moving backward twice
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Shift the robot in the forward direction
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Shift the 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"}}]}
Shift the the robotic arm forward twice
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Shift the the robotic arm to the up
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
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"}}]}
Arrange the yellow block to 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"}}]}
Move to (435.70, 273.51, -175.76)
{"actions": [{"command": "move_to", "parameters": {"x": 435.7, "y": 273.51, "z": -175.76}}]}
Shift 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"}}]}
Get the arm to the left direction four times
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Make the robot arm move to the up twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Shift the the robotic arm 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"}}]}
Switch off suction.
{"actions": [{"command": "suction_cup", "parameters": {"action": "off"}}]}
Move robotic arm to backward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Navigate to (291.6, 235.0, -13.6), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 291.6, "y": 235.0, "z": -13.6}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move the robotic arm to the right
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Navigate the arm to the location of the white block
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
Make the robot move to the forward direction
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Rearrange the position of the yellow block so it's placed 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"}}]}
Travel to (263.47, 162.85, -53.17) and then turn left
{"actions": [{"command": "move_to", "parameters": {"x": 263.47, "y": 162.85, "z": -53.17}}, {"command": "move", "parameters": {"direction": "left"}}]}
Shift the robot arm to the down
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}