|
|
@ -537,6 +537,7 @@ FixedwingPositionControl::tecs_status_publish() |
|
|
|
|
|
|
|
|
|
|
|
t.throttle_sp = _tecs.get_throttle_setpoint(); |
|
|
|
t.throttle_sp = _tecs.get_throttle_setpoint(); |
|
|
|
t.pitch_sp_rad = _tecs.get_pitch_setpoint(); |
|
|
|
t.pitch_sp_rad = _tecs.get_pitch_setpoint(); |
|
|
|
|
|
|
|
t.throttle_trim = _tecs.get_throttle_trim(); |
|
|
|
|
|
|
|
|
|
|
|
t.timestamp = hrt_absolute_time(); |
|
|
|
t.timestamp = hrt_absolute_time(); |
|
|
|
|
|
|
|
|
|
|
|