Skip to content

Interfacing MoveIt! with Gazebo

Aditya Gaddipati edited this page Jul 5, 2017 · 7 revisions

After motion planning, the generated trajectory talks to the controllers in the robot using the FollowJointTrajectoryAction interface. This is an action interface in which an action server is run on the robot, and move_node initiates an action client which talks to this server and executes the trajectory on the real robot/Gazebo simulator.

For interfacing the arm in MoveIt! to Gazebo, we need a trajectory controller which has the FollowJointTrajectoryAction interface.

Clone this wiki locally