Skip to content
Snippets Groups Projects
Commit 7ad8982f authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Fix passive tranmission to have the passive joints in the state of the robot.

parent 10a138f7
No related branches found
No related tags found
No related merge requests found
Pipeline #6257 failed
......@@ -73,9 +73,9 @@
<transmission name="leg_${prefix}_1_passive_trans">
<type>transmission_interface/SimpleTransmission</type>
<actuator name="leg_${prefix}_1_motor" >
<mechanicalReduction>${reduction}</mechanicalReduction>
<mechanicalReduction>1.0</mechanicalReduction>
</actuator>
<joint name="leg_${prefix}_1_joint">
<joint name="leg_${prefix}_1_joint_passive">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
</joint>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment