ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You should place a transmission element in your model. You can then load a PR2 controller to control the joint. I am not sure if this works in sdf. In urdf you should incorporate such an element:
<transmission type="SimpleTransmission" name="caster_front_left_trans">
<actuator name="caster_front_left_motor" />
<joint name="caster_front_left_joint" />
<mechanicalReduction>1</mechanicalReduction>
</transmission>
See the links this thread for more info.