2018-07-25 10:31:17 -04:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
|
|
|
|
|
float32 nav_roll
|
|
|
|
|
float32 nav_pitch
|
2020-08-06 17:07:13 +03:00
|
|
|
float32 nav_bearing # set to NAN if not valid
|
2018-07-25 10:31:17 -04:00
|
|
|
|
2020-08-06 17:07:13 +03:00
|
|
|
float32 target_bearing # set to NAN if not valid
|
|
|
|
|
float32 xtrack_error # set to NAN if not valid
|
2018-07-25 10:31:17 -04:00
|
|
|
|
|
|
|
|
float32 wp_dist
|
|
|
|
|
|
|
|
|
|
float32 acceptance_radius # the optimal distance to a waypoint to switch to the next
|
|
|
|
|
|
|
|
|
|
float32 yaw_acceptance # NaN if not set
|
2018-08-07 11:34:22 +02:00
|
|
|
|
2018-09-19 11:02:01 +02:00
|
|
|
float32 altitude_acceptance # the optimal vertical distance to a waypoint to switch to the next
|
2020-10-06 16:57:12 -04:00
|
|
|
|
|
|
|
|
uint8 type
|