We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156e6f6 commit e005412Copy full SHA for e005412
models/moving_platform/model.sdf
@@ -34,12 +34,17 @@
34
<always_on>1</always_on>
35
<update_rate>30</update_rate>
36
</sensor>
37
+ <sensor name="imu_sensor" type="imu">
38
+ <always_on>1</always_on>
39
+ <update_rate>30</update_rate>
40
+ </sensor>
41
</link>
42
<!-- plugin for sending direct velocity commands -->
43
<plugin
44
filename="gz-sim-velocity-control-system"
45
name="gz::sim::systems::VelocityControl">
46
</plugin>
47
+ <!-- plugin for controlling platform movement -->
48
49
filename="libMovingPlatformController.so"
50
name="custom::MovingPlatformController">
0 commit comments