Skip to content

Commit

Permalink
disable orientation output
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
iche033 committed Sep 30, 2021
1 parent 6f05c62 commit 62f9efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions subt_ign/launch/cloudsim_sim.ign
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@
entity_type="world"
filename="libignition-gazebo-imu-system.so"
name="ignition::gazebo::systems::Imu">
<output_orientation>false<output_orientation>
</plugin>

<plugin entity_name="<%= $worldName %>"
Expand Down
1 change: 1 addition & 0 deletions subt_ign/launch/competition.ign
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
entity_type="world"
filename="libignition-gazebo-imu-system.so"
name="ignition::gazebo::systems::Imu">
<output_orientation>false</output_orientation>
</plugin>

<plugin entity_name="<%= $worldName %>"
Expand Down

0 comments on commit 62f9efb

Please sign in to comment.