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

Revision history [back]

The joint_position_controller has sets current robot position as reference in starting function because one doesn't want robot to move when controller is started.

For the effort one sets in starting function effort to 0 because also one doesn't want robot to move. This would be possible to change by adding parameter where you can set start effort. For that one would inherit JointEffortController and adapt init and starting functions to support that.