mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Update TransponderReport.msg - correct "heading" description (#25125)
This commit is contained in:
parent
30c8c23716
commit
a4518580ac
@ -4,7 +4,7 @@ float64 lat # Latitude, expressed as degrees
|
||||
float64 lon # Longitude, expressed as degrees
|
||||
uint8 altitude_type # Type from ADSB_ALTITUDE_TYPE enum
|
||||
float32 altitude # Altitude(ASL) in meters
|
||||
float32 heading # Course over ground in radians, -pi to +pi, 0 is north
|
||||
float32 heading # Course over ground in radians, 0 to 2pi, 0 is north
|
||||
float32 hor_velocity # The horizontal velocity in m/s
|
||||
float32 ver_velocity # The vertical velocity in m/s, positive is up
|
||||
char[9] callsign # The callsign, 8+null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user