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
|
2021-01-19 10:18:29 +01:00
|
|
|
float32 equivalent_airspeed_sp
|
|
|
|
|
float32 true_airspeed_sp
|
|
|
|
|
float32 true_airspeed_filtered
|
|
|
|
|
float32 true_airspeed_derivative_sp
|
|
|
|
|
float32 true_airspeed_derivative
|
2021-05-26 08:41:47 +03:00
|
|
|
float32 true_airspeed_derivative_raw
|
|
|
|
|
float32 true_airspeed_innovation
|
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
|
|
|
|
2020-09-22 11:50:51 +03:00
|
|
|
float32 total_energy
|
|
|
|
|
float32 total_energy_rate
|
|
|
|
|
float32 total_energy_balance
|
|
|
|
|
float32 total_energy_balance_rate
|
|
|
|
|
|
|
|
|
|
float32 total_energy_sp
|
|
|
|
|
float32 total_energy_rate_sp
|
|
|
|
|
float32 total_energy_balance_sp
|
|
|
|
|
float32 total_energy_balance_rate_sp
|
|
|
|
|
|
2015-08-23 13:44:42 +02:00
|
|
|
float32 throttle_integ
|
|
|
|
|
float32 pitch_integ
|
2015-05-26 22:47:48 -07:00
|
|
|
|
2020-09-22 11:50:51 +03:00
|
|
|
float32 throttle_sp
|
2021-05-26 08:41:47 +03:00
|
|
|
float32 pitch_sp_rad
|
2020-09-22 11:50:51 +03:00
|
|
|
|
2015-05-26 22:47:48 -07:00
|
|
|
uint8 mode
|