Skip to content
Snippets Groups Projects
Commit b0b70632 authored by Johannes Mey's avatar Johannes Mey
Browse files

switch fingers to effort controller

parent 4356d31a
No related branches found
No related tags found
No related merge requests found
......@@ -91,21 +91,25 @@
<transmission name="${robot_name}_leftfinger">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${robot_name}_finger_joint1">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<!-- <hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>-->
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${robot_name}_finger_joint1">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<mechanicalReduction>1</mechanicalReduction>
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
<!-- <mechanicalReduction>1</mechanicalReduction>-->
</actuator>
</transmission>
<transmission name="${robot_name}_rightfinger">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${robot_name}_finger_joint2">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<!-- <hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>-->
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
</joint>
<actuator name="${robot_name}_finger_joint2">
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<!-- <hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>-->
<hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface>
<mechanicalReduction>1</mechanicalReduction>
</actuator>
</transmission>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment