mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
fw_pos_control_l1: make TECS handle height ekf height resets properly
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
@@ -2294,6 +2294,8 @@ FixedwingPositionControl::task_main()
|
||||
if (_control_mode.flag_control_altitude_enabled && _global_pos.alt_reset_counter != _alt_reset_counter) {
|
||||
_hold_alt += _global_pos.delta_alt;
|
||||
_alt_reset_counter = _global_pos.alt_reset_counter;
|
||||
// make TECS accept step in altitude and demanded altitude
|
||||
_tecs.handle_alt_step(_global_pos.delta_alt, _global_pos.alt);
|
||||
}
|
||||
|
||||
// adjust navigation waypoints in position control mode
|
||||
|
||||
Reference in New Issue
Block a user