ArduPilot / ardupilot_gazebo

Plugins and models for vehicle simulation in Gazebo Sim with ArduPilot SITL controllers
GNU Lesser General Public License v3.0
81 stars 76 forks source link

Models: set lift-drag moment coefficient to zero #73

Closed srmainwaring closed 8 months ago

srmainwaring commented 8 months ago

The LiftDrag plugin in Gazebo Harmonic enables the moment contribution which was previously ignored. This PR sets the <cma> parameter to zero to ensure consistent behaviour between Gazebo Garden and Harmonic.

Notes