Skip to content

Tutorial: MoveIt RViz plugin

Justin Huang edited this page Feb 8, 2018 · 1 revision

While working in simulation, you may need to move the arm. You can use your gripper teleop app from assignment 5 to do so. Another useful tool is the MoveIt RViz plugin.

Launch everything

To use the MoveIt RViz plugin, you will need to be running Gazebo, MoveIt, and RViz

Open the MotionPlanning display

  • Click "Add" in the displays panel.
  • Select the "MotionPlanning" display.

image

Move the arm to a pose

Drag the gripper marker and 6 DOF controls to set a goal pose for the gripper. The gripper will turn green if it is valid and red otherwise. The orange arm shows the inverse kinematics solution for the goal pose.

To actually move the arm, click on the planning tab, and click "Plan and Execute."

image

If MoveIt can find a plan, the robot's arm will move as shown.

Clone this wiki locally