mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
Update TransponderReport.msg - correct "heading" description (#25125)
This commit is contained in:
@@ -4,7 +4,7 @@ float64 lat # Latitude, expressed as degrees
|
|||||||
float64 lon # Longitude, expressed as degrees
|
float64 lon # Longitude, expressed as degrees
|
||||||
uint8 altitude_type # Type from ADSB_ALTITUDE_TYPE enum
|
uint8 altitude_type # Type from ADSB_ALTITUDE_TYPE enum
|
||||||
float32 altitude # Altitude(ASL) in meters
|
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 hor_velocity # The horizontal velocity in m/s
|
||||||
float32 ver_velocity # The vertical velocity in m/s, positive is up
|
float32 ver_velocity # The vertical velocity in m/s, positive is up
|
||||||
char[9] callsign # The callsign, 8+null
|
char[9] callsign # The callsign, 8+null
|
||||||
|
|||||||
Reference in New Issue
Block a user