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

Revision history [back]

click to hide/show revision 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}

click to hide/show revision 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: 0.1}

0.1}