diff --git a/urdf/leg/leg_passive.urdf.xacro b/urdf/leg/leg_passive.urdf.xacro index a061f15ff68f13679433d48a16f2672008822375..c9d0ec35904caecc36afcc9a9a302c59a24497a4 100644 --- a/urdf/leg/leg_passive.urdf.xacro +++ b/urdf/leg/leg_passive.urdf.xacro @@ -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>