Skip to content

Commit

Permalink
Merge pull request #60 from osrf/chapulina/odom_publisher
Browse files Browse the repository at this point in the history
Add odometry publisher
  • Loading branch information
quarkytale authored Jun 15, 2022
2 parents 738eca8 + f9b6b1e commit ff24da5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buoy_gazebo/worlds/buoy_playground.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,15 @@
<use_pose_vector_msg>true</use_pose_vector_msg>
<static_publisher>true</static_publisher>
</plugin>

<plugin
filename="ignition-gazebo-odometry-publisher-system"
name="ignition::gazebo::systems::OdometryPublisher">
<dimensions>3</dimensions>
<odom_frame>MBARI_WEC/odom</odom_frame>
<robot_base_frame>MBARI_WEC/Buoy</robot_base_frame>
</plugin>

</model>
</world>
</sdf>
9 changes: 9 additions & 0 deletions buoy_gazebo/worlds/mbari_wec.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@
<use_pose_vector_msg>true</use_pose_vector_msg>
<static_publisher>true</static_publisher>
</plugin>

<plugin
filename="ignition-gazebo-odometry-publisher-system"
name="ignition::gazebo::systems::OdometryPublisher">
<dimensions>3</dimensions>
<odom_frame>MBARI_WEC/odom</odom_frame>
<robot_base_frame>MBARI_WEC/Buoy</robot_base_frame>
</plugin>

</model>
</world>
</sdf>

0 comments on commit ff24da5

Please sign in to comment.