ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Seems like you configured a Joint (back_right_wheel_joint
) to be controlled using, e.g. a JointPositionController
. Obviously, you Need to specify the respective PID-Gains.
Check out the tutorial. There it is described how the yaml file looks.
For more Debugging help, please provide us with the respective Launch and configuration files.