ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The official documentation is here, along with some links to example code. Another example is ur_kinematics.

The kinematics are loaded in MoveIt via a plugin architecture (see this pluginlib tutorial). When you have created your plugin, you can select it in your kinematics.yaml file like this:

arm:
  kinematics_solver: ur_kinematics/UR5KinematicsPlugin