Skip to content

Commit

Permalink
fix namespace and pub speed for spirit quad imu
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Jan 16, 2023
1 parent 26e282e commit 4839c1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions quad_simulator/other/sensor_description/imu/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@
</inertial>
<sensor name="imu_sensor" type="imu">
<always_on>true</always_on>
<update_rate>100</update_rate>
<update_rate>1000</update_rate>
<visualize>true</visualize>
<topic>__default_topic__</topic>
<plugin filename="libgazebo_ros_imu_sensor.so" name="imu_plugin">
<topicName>/state/imu</topicName>
<topicName>state/imu</topicName>
<bodyName>link</bodyName>
<robotNamespace>/</robotNamespace>
<updateRateHZ>500.0</updateRateHZ>
<gaussianNoise>0.0</gaussianNoise>
<xyzOffset>0 0 0</xyzOffset>
Expand Down

0 comments on commit 4839c1d

Please sign in to comment.