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: correct transform from ENU to NED #59

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

Correct the rotation in the plugin XML element < gazeboXYZToNED > that maps between the world frames used in Gazebo and ArduPilot. The missing rotation is apparent when specifying the world origin geolocation with the <spherical_coordinates> element and using and navsat sensor.

Closes #58

Detail