Skip to content

Commit

Permalink
Merge pull request #216 from tobigs/indigo_dev
Browse files Browse the repository at this point in the history
Gazebo segfault fix
  • Loading branch information
christian-rauch authored Sep 30, 2019
2 parents ed3121b + 018e20f commit 8a1dd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schunk_description/urdf/common.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<transmission name="${jname}_trans">
<type>transmission_interface/SimpleTransmission</type>
<joint name="${jname}_joint">
<hardwareInterface>PositionJointInterface</hardwareInterface>
<hardwareInterface>VelocityJointInterface</hardwareInterface>
<hardwareInterface>hardware_interface/PositionJointInterface</hardwareInterface>
<hardwareInterface>hardware_interface/VelocityJointInterface</hardwareInterface>
<!--hardwareInterface>EffortJointInterface</hardwareInterface-->
</joint>
<actuator name="${jname}_motor">
Expand Down

0 comments on commit 8a1dd70

Please sign in to comment.