mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -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
87fca1985f
commit
d9ad1c8616
@ -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