mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
MAVLink: added SIMSTATE.lat and SIMSTATE.lng
this allows us to display both true and estimated position on the groundstation
This commit is contained in:
parent
e1ffd37411
commit
b47cceb442
@ -264,6 +264,8 @@
|
||||
<field type="float" name="xgyro">Angular speed around X axis rad/s</field>
|
||||
<field type="float" name="ygyro">Angular speed around Y axis rad/s</field>
|
||||
<field type="float" name="zgyro">Angular speed around Z axis rad/s</field>
|
||||
<field type="float" name="lat">Latitude in degrees</field>
|
||||
<field type="float" name="lng">Longitude in degrees</field>
|
||||
</message>
|
||||
|
||||
<message name="HWSTATUS" id="165">
|
||||
|
Loading…
Reference in New Issue
Block a user