Skip to content

Commit

Permalink
adding simulation imu
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 5, 2017
1 parent 47e2b9c commit 26ad5a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/stompy_description/urdf/stompy.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so">
<robotNamespace>/stompy</robotNamespace>
</plugin>
<plugin name="imu_plugin" filename="libgazebo_ros_imu.so">
<alwaysOn>true</alwaysOn>
<bodyName>body_link</bodyName>
<topicName>imu</topicName>
<serviceName>imu_service</serviceName>
<gaussianNoise>0.0</gaussianNoise>
<updateRate>20.0</updateRate>
</plugin>
</gazebo>

<xacro:include filename="$(find stompy_description)/urdf/stompyleg_macro.urdf.xacro" />
Expand Down

0 comments on commit 26ad5a3

Please sign in to comment.