Skip to content

Commit

Permalink
Iris: remove PosePublisher plugin from iris_with_gimbal
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Sep 20, 2023
1 parent 8df6bd0 commit 144a80b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions models/iris_with_gimbal/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
<plugin filename="gz-sim-joint-state-publisher-system"
name="gz::sim::systems::JointStatePublisher">
</plugin>
<plugin
filename="gz-sim-pose-publisher-system"
name="gz::sim::systems::PosePublisher">
<publish_link_pose>true</publish_link_pose>
<use_pose_vector_msg>true</use_pose_vector_msg>
<static_publisher>true</static_publisher>
<static_update_frequency>1</static_update_frequency>
</plugin>

<plugin
filename="gz-sim-odometry-publisher-system"
Expand All @@ -44,6 +36,7 @@
<robot_base_frame>base_link</robot_base_frame>
<dimensions>3</dimensions>
</plugin>

<plugin filename="gz-sim-lift-drag-system"
name="gz::sim::systems::LiftDrag">
<a0>0.3</a0>
Expand Down

0 comments on commit 144a80b

Please sign in to comment.