mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Tools/simulation/gz: load ApplyLinkWrench plugin by default (#21874)
- this can be useful for applying arbitrary forces via ignition transport like hand launching a vehicle by throwing it in the air
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
<plugin name='gz::sim::systems::Contact' filename='gz-sim-contact-system'/>
|
<plugin name='gz::sim::systems::Contact' filename='gz-sim-contact-system'/>
|
||||||
<plugin name='gz::sim::systems::Imu' filename='gz-sim-imu-system'/>
|
<plugin name='gz::sim::systems::Imu' filename='gz-sim-imu-system'/>
|
||||||
<plugin name='gz::sim::systems::AirPressure' filename='gz-sim-air-pressure-system'/>
|
<plugin name='gz::sim::systems::AirPressure' filename='gz-sim-air-pressure-system'/>
|
||||||
|
<plugin name='gz::sim::systems::ApplyLinkWrench' filename='gz-sim-apply-link-wrench-system'/>
|
||||||
<plugin name='gz::sim::systems::Sensors' filename='gz-sim-sensors-system'>
|
<plugin name='gz::sim::systems::Sensors' filename='gz-sim-sensors-system'>
|
||||||
<render_engine>ogre2</render_engine>
|
<render_engine>ogre2</render_engine>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user