Skip to content
Snippets Groups Projects
Commit 7c068e83 authored by Paul Riseborough's avatar Paul Riseborough Committed by Lorenz Meier
Browse files

msg: correct definitions for local position origin validity flags

parent b039f617
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,8 @@ float32 az # Down acceleration in NED earth-fixed frame, (metres/sec^2)
float32 yaw # Euler yaw angle transforming the tangent plane relative to NED earth-fixed frame, -PI..+PI, (radians)
# Position of reference point (local NED frame origin) in global (GPS / WGS84) frame
bool xy_global # true if position (x, y) is valid and has valid global reference (ref_lat, ref_lon)
bool z_global # true if z is valid and has valid global reference (ref_alt)
bool xy_global # true if position (x, y) has a valid global reference (ref_lat, ref_lon)
bool z_global # true if z has a valid global reference (ref_alt)
uint64 ref_timestamp # Time when reference position was set since system start, (microseconds)
float64 ref_lat # Reference point latitude, (degrees)
float64 ref_lon # Reference point longitude, (degrees)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment