Skip to content
Snippets Groups Projects
Commit af8dc8f6 authored by Felix Messmer's avatar Felix Messmer
Browse files

change to new transmission format

parent 1e3bcab3
Branches
Tags
No related merge requests found
......@@ -5,54 +5,60 @@
<transmission name="${prefix}shoulder_pan_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}shoulder_pan_joint"/>
<actuator name="${prefix}shoulder_pan_motor">
<joint name="${prefix}shoulder_pan_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}shoulder_pan_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}shoulder_lift_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}shoulder_lift_joint"/>
<actuator name="${prefix}shoulder_lift_motor">
<joint name="${prefix}shoulder_lift_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}shoulder_lift_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}elbow_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}elbow_joint"/>
<actuator name="${prefix}elbow_motor">
<joint name="${prefix}elbow_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}elbow_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}wrist_1_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}wrist_1_joint"/>
<actuator name="${prefix}wrist_1_motor">
<joint name="${prefix}wrist_1_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}wrist_1_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}wrist_2_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}wrist_2_joint"/>
<actuator name="${prefix}wrist_2_motor">
<joint name="${prefix}wrist_2_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}wrist_2_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}wrist_3_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}wrist_3_joint"/>
<actuator name="${prefix}wrist_3_motor">
<joint name="${prefix}wrist_3_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}wrist_3_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
......
......@@ -5,54 +5,60 @@
<transmission name="${prefix}shoulder_pan_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}shoulder_pan_joint"/>
<actuator name="${prefix}shoulder_pan_motor">
<joint name="${prefix}shoulder_pan_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}shoulder_pan_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}shoulder_lift_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}shoulder_lift_joint"/>
<actuator name="${prefix}shoulder_lift_motor">
<joint name="${prefix}shoulder_lift_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}shoulder_lift_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}elbow_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}elbow_joint"/>
<actuator name="${prefix}elbow_motor">
<joint name="${prefix}elbow_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}elbow_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}wrist_1_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}wrist_1_joint"/>
<actuator name="${prefix}wrist_1_motor">
<joint name="${prefix}wrist_1_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}wrist_1_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}wrist_2_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}wrist_2_joint"/>
<actuator name="${prefix}wrist_2_motor">
<joint name="${prefix}wrist_2_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}wrist_2_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
<transmission name="${prefix}wrist_3_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${prefix}wrist_3_joint"/>
<actuator name="${prefix}wrist_3_motor">
<joint name="${prefix}wrist_3_joint">
<hardwareInterface>EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${prefix}wrist_3_motor">
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment