Skip to content

Commit e005412

Browse files
committed
IMU sensor
1 parent 156e6f6 commit e005412

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

models/moving_platform/model.sdf

+5
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,17 @@
3434
<always_on>1</always_on>
3535
<update_rate>30</update_rate>
3636
</sensor>
37+
<sensor name="imu_sensor" type="imu">
38+
<always_on>1</always_on>
39+
<update_rate>30</update_rate>
40+
</sensor>
3741
</link>
3842
<!-- plugin for sending direct velocity commands -->
3943
<plugin
4044
filename="gz-sim-velocity-control-system"
4145
name="gz::sim::systems::VelocityControl">
4246
</plugin>
47+
<!-- plugin for controlling platform movement -->
4348
<plugin
4449
filename="libMovingPlatformController.so"
4550
name="custom::MovingPlatformController">

0 commit comments

Comments
 (0)