2018-08-07 01:30:05 +01:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2015-05-26 22:47:48 -07:00
|
|
|
uint8 TECS_MODE_NORMAL = 0
|
|
|
|
|
uint8 TECS_MODE_UNDERSPEED = 1
|
|
|
|
|
uint8 TECS_MODE_TAKEOFF = 2
|
|
|
|
|
uint8 TECS_MODE_LAND = 3
|
|
|
|
|
uint8 TECS_MODE_LAND_THROTTLELIM = 4
|
|
|
|
|
uint8 TECS_MODE_BAD_DESCENT = 5
|
|
|
|
|
uint8 TECS_MODE_CLIMBOUT = 6
|
|
|
|
|
|
|
|
|
|
|
2018-07-29 21:28:59 +01:00
|
|
|
float32 altitude_sp
|
2015-05-26 22:47:48 -07:00
|
|
|
float32 altitude_filtered
|
2018-09-17 16:03:26 +02:00
|
|
|
float32 height_rate_setpoint
|
|
|
|
|
float32 height_rate
|
2018-07-29 21:28:59 +01:00
|
|
|
float32 airspeed_sp
|
2015-05-26 22:47:48 -07:00
|
|
|
float32 airspeed_filtered
|
2018-07-29 21:28:59 +01:00
|
|
|
float32 airspeed_derivative_sp
|
|
|
|
|
float32 airspeed_derivative
|
2015-05-26 22:47:48 -07:00
|
|
|
|
2018-07-29 21:28:59 +01:00
|
|
|
float32 total_energy_error
|
|
|
|
|
float32 energy_distribution_error
|
|
|
|
|
float32 total_energy_rate_error
|
|
|
|
|
float32 energy_distribution_rate_error
|
2015-08-19 22:43:42 +02:00
|
|
|
|
2015-08-23 13:44:42 +02:00
|
|
|
float32 throttle_integ
|
|
|
|
|
float32 pitch_integ
|
2015-05-26 22:47:48 -07:00
|
|
|
|
|
|
|
|
uint8 mode
|