We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6675dbd commit 4167977Copy full SHA for 4167977
pmb2_description/gazebo/gazebo.urdf.xacro
@@ -39,11 +39,9 @@
39
</gazebo>
40
41
<gazebo reference="base_imu_link">
42
- <!-- this is expected to be reparented to pelvis with appropriate offset
43
- when imu_link is reduced by fixed joint reduction -->
44
<sensor name="imu_sensor" type="imu">
45
<always_on>1</always_on>
46
- <update_rate>1000.0</update_rate>
+ <update_rate>10.0</update_rate>
47
<imu>
48
<noise>
49
<type>gaussian</type>
@@ -61,6 +59,12 @@
61
59
</accel>
62
60
</noise>
63
</imu>
+ <plugin name="base_imu" filename="libgazebo_ros_imu_sensor.so">
+ <ros>
64
+ <!-- publish to /imu/data -->
65
+ <remapping>~/out:=base_imu</remapping>
66
+ </ros>
67
+ </plugin>
68
</sensor>
69
70
0 commit comments