2018-07-25 11:31:17 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
|
|
|
float32 nav_roll
|
|
|
|
float32 nav_pitch
|
2020-08-06 11:07:13 -03:00
|
|
|
float32 nav_bearing # set to NAN if not valid
|
2018-07-25 11:31:17 -03:00
|
|
|
|
2020-08-06 11: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 11:31:17 -03: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 06:34:22 -03:00
|
|
|
|
2018-09-19 06:02:01 -03:00
|
|
|
float32 altitude_acceptance # the optimal vertical distance to a waypoint to switch to the next
|
2020-10-06 17:57:12 -03:00
|
|
|
|
|
|
|
uint8 type
|