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

Revision history [back]

The inputs to ros controllers are always in SI units, so a joint position controller will accept either radians if it's a revolute joint or meters if it's a linear joint. In order to work out which is it you'll need to look at the URDF file of the robot model to find out what type of joint is being controlled.

Hope this helps.