Tutorial: MoveIt RViz plugin - robotic-picker-sp22/fetch-picker GitHub Wiki
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.
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."
If MoveIt can find a plan, the robot's arm will move as shown.