Skip to content

Commit

Permalink
Merge pull request #249 from ipa-fxm/position_interface_base_rotation…
Browse files Browse the repository at this point in the history
…_joints

add PositionJointInterface for fdm rotation joints
  • Loading branch information
fmessmer authored Feb 23, 2018
2 parents c222b69 + d86d8e4 commit 17b723f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<transmission name="${suffix}_rotation_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${suffix}_rotation_joint" >
<hardwareInterface>PositionJointInterface</hardwareInterface>
<hardwareInterface>VelocityJointInterface</hardwareInterface>
</joint>
<actuator name="${suffix}_rotation_motor" >
Expand Down

0 comments on commit 17b723f

Please sign in to comment.