input
stringlengths
9
111
response
stringlengths
69
351
Shift the robotic arm to the down 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Move the pink block and advance its position forward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Make the robot move to the 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"}}]}
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"}}]}
Move to coordinate (458.74, 582.36, -245.67)
{"actions": [{"command": "move_to", "parameters": {"x": 458.74, "y": 582.36, "z": -245.67}}]}
Shift left and then go down
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Take the black block and move it in the forward direction.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Shift the robot rightward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move arm to the down twice
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Shift the the robotic arm backward twice
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Turn on suction cup and navigate right
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Shift the robot arm to go forward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Get the the robotic arm to the down 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Move the arm to (4347, -3464, 55).
{"actions": [{"command": "move_to", "parameters": {"x": 4347, "y": -3464, "z": 55}}]}
Make the arm move to red block location
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Move the robotic arm to coordinates (480, 320, -125).
{"actions": [{"command": "move_to", "parameters": {"x": 480, "y": 320, "z": -125}}]}
Move the robotic arm forward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Go right then left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Switch on suction, navigate to position (222.89, 201.42, -56.71), move upward, then switch off suction
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 222.89, "y": 201.42, "z": -56.71}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move the arm to yellow block position
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Move to the up 3 times
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move arm to right 3 times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Shift leftward and then descend
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Navigate to where the yellow block is 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"}}]}
Move robotic arm to right
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Make the robotic arm move to the up twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Shift the robotic arm towards up direction
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Go up first and then go down
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
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 arm to go up direction twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move to (301.49, 129.57, -94.49)
{"actions": [{"command": "move_to", "parameters": {"x": 301.49, "y": 129.57, "z": -94.49}}]}
Make the arm move to the down twice
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Move arm to up 3 times
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Ascend, descend, move left, then move right
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Travel to (263.47, 162.85, -53.17) and then turn right
{"actions": [{"command": "move_to", "parameters": {"x": 263.47, "y": 162.85, "z": -53.17}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move 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"}}]}
Approach yellow block position, move left, and turn on 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"}}]}
Move the robotic arm to coordinates (350, 220, -75).
{"actions": [{"command": "move_to", "parameters": {"x": 350, "y": 220, "z": -75}}]}
Move in the right direction
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Go up initially, then come back down
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Make the robotic arm move to the forward direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Get the robotic arm to move to yellow block position
{"actions": [{"command": "move_to", "parameters": {"x": 249.62, "y": 137.63, "z": -55}}]}
Move towards the right and then towards the left
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "left"}}]}
Activate suction, go to (231.06, 226.17, -61.14), ascend, then deactivate suction
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 231.06, "y": 226.17, "z": -61.14}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move the arm to (854, 42, 59).
{"actions": [{"command": "move_to", "parameters": {"x": 854, "y": 42, "z": 59}}]}
Approach yellow block, shift left, activate 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"}}]}
Move the robotic arm up
{"actions": [{"command": "move", "parameters": {"direction": "up"}}]}
Move the arm to (2099, -1198, 61).
{"actions": [{"command": "move_to", "parameters": {"x": 2099, "y": -1198, "z": 61}}]}
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 (560.7, 460.4, 74.3), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 560.7, "y": 460.4, "z": 74.3}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move to (223.88, 151.33, -53.78), go right, deactivate suction, then go down
{"actions": [{"command": "move_to", "parameters": {"x": 223.88, "y": 151.33, "z": -53.78}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "suction_cup", "parameters": {"action": "off"}}, {"command": "move", "parameters": {"direction": "down"}}]}
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"}}]}
Move to coordinate (999.18, 162.76, -211.33)
{"actions": [{"command": "move_to", "parameters": {"x": 999.18, "y": 162.76, "z": -211.33}}]}
Move left and then navigate to (142.65, 198.34, -49.21)
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move_to", "parameters": {"x": 142.65, "y": 198.34, "z": -49.21}}]}
Move arm to the forward direction twice
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Make the robotic arm 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"}}]}
Set the white block over 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 white block
{"actions": [{"command": "move_to", "parameters": {"x": 266.05, "y": 8.32, "z": -53.46}}]}
Move down 3 times
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "down"}}]}
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"}}]}
Shift the the robotic arm to the backward direction
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}]}
Transfer the white block to the right side 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"}}]}
Shift the the robotic arm to the up twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Get the the robotic arm 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 coordinate (470.39, 418.43, -115.45)
{"actions": [{"command": "move_to", "parameters": {"x": 470.39, "y": 418.43, "z": -115.45}}]}
Go down and then activate the suction cup
{"actions": [{"command": "move", "parameters": {"direction": "down"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Move to coordinate (428.67, 362.32, -98.56)
{"actions": [{"command": "move_to", "parameters": {"x": 428.67, "y": 362.32, "z": -98.56}}]}
Ascend, descend, shift to the left, then shift to the right
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "down"}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Go left, then go down
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "down"}}]}
Go to (436.5, 355.5, 33.8), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 436.5, "y": 355.5, "z": 33.8}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Go left and then activate the suction cup
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "on"}}]}
Shift the robot to the forward direction direction
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}]}
Move robotic arm to the down
{"actions": [{"command": "move", "parameters": {"direction": "down"}}]}
Grasp the green block and push it forward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Disable suction.
{"actions": [{"command": "suction_cup", "parameters": {"action": "off"}}]}
Turn on suction cup and then go up
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Move arm to right
{"actions": [{"command": "move", "parameters": {"direction": "right"}}]}
Move right and then navigate to (142.65, 198.34, -49.21)
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move_to", "parameters": {"x": 142.65, "y": 198.34, "z": -49.21}}]}
Shift the robotic arm to go backward 3 times
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Place 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"}}]}
Shift the robot to go up twice
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move", "parameters": {"direction": "up"}}]}
Shift to the forward and then shift towards the backward
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
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 the arm to the left
{"actions": [{"command": "move", "parameters": {"direction": "left"}}]}
Proceed to (428.0, 345.6, 30.4), turn left, and then turn off suction cup
{"actions": [{"command": "move_to", "parameters": {"x": 428.0, "y": 345.6, "z": 30.4}}, {"command": "move", "parameters": {"direction": "left"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Get to yellow block, turn 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"}}]}
Ascend and then reach (297.18, 137.89, -49.08)
{"actions": [{"command": "move", "parameters": {"direction": "up"}}, {"command": "move_to", "parameters": {"x": 297.18, "y": 137.89, "z": -49.08}}]}
Grab the green block and move it backward.
{"actions": [{"command": "err_msg", "parameters": {"msg": "cannot generate plan using current condition"}}]}
Move the arm to (1865, -969, 59).
{"actions": [{"command": "move_to", "parameters": {"x": 1865, "y": -969, "z": 59}}]}
Get the robot to the left direction
{"actions": [{"command": "move", "parameters": {"direction": "left"}}]}
Shift to the left first, then move to the right
{"actions": [{"command": "move", "parameters": {"direction": "left"}}, {"command": "move", "parameters": {"direction": "right"}}]}
Move robotic arm to the backward direction twice
{"actions": [{"command": "move", "parameters": {"direction": "backward"}}, {"command": "move", "parameters": {"direction": "backward"}}]}
Make the robot arm move to the forward direction 3 times
{"actions": [{"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}, {"command": "move", "parameters": {"direction": "forward"}}]}
Shift the position of 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"}}]}
Shift 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"}}]}
Move to (521.50, 221.20, -109.42)
{"actions": [{"command": "move_to", "parameters": {"x": 521.5, "y": 221.2, "z": -109.42}}]}
Switch on suction, move to position (227.48, 201.99, -56.68), ascend, then switch off suction
{"actions": [{"command": "suction_cup", "parameters": {"action": "on"}}, {"command": "move_to", "parameters": {"x": 227.48, "y": 201.99, "z": -56.68}}, {"command": "move", "parameters": {"direction": "up"}}, {"command": "suction_cup", "parameters": {"action": "off"}}]}
Move yourself to the left direction
{"actions": [{"command": "move", "parameters": {"direction": "left"}}]}
Head towards 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"}}]}
Move right 3 times
{"actions": [{"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}, {"command": "move", "parameters": {"direction": "right"}}]}