ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In my case i cant use effort_controllers/JointGroupVelocityController due to dont exist you need to separate each wheel and use like the example
left_front_wheel_controller: type: "effort_controllers/JointVelocityController" joint: left_front_wheel_joint pid: {p: 1.0, i: 0, d: 0.1}
2 | No.2 Revision |
In my case i cant use effort_controllers/JointGroupVelocityController due to dont exist you need to separate each wheel and use like the example
left_front_wheel_controller:
type: "effort_controllers/JointVelocityController"
joint: left_front_wheel_joint
pid: {p: 1.0, i: 0, d: