ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The default implementation (absolute, immediate, no blending) made the most sense for generic use with ros_control
.
If you want to change the PP mode behavior, you need to write your own MotorBase
(e.g. subclass Motor402
) plugin that registers a custom mode handler.