Skip to content

Commit

Permalink
Iris: set base_link as mobile base in odometry publisher
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Sep 17, 2023
1 parent 0830aa9 commit 8df6bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/iris_with_gimbal/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<plugin
filename="gz-sim-odometry-publisher-system"
name="gz::sim::systems::OdometryPublisher">
<odom_frame>iris/odom</odom_frame>
<robot_base_frame>iris</robot_base_frame>
<odom_frame>odom</odom_frame>
<robot_base_frame>base_link</robot_base_frame>
<dimensions>3</dimensions>
</plugin>
<plugin filename="gz-sim-lift-drag-system"
Expand Down

0 comments on commit 8df6bd0

Please sign in to comment.