5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-06 16:08:28 -04:00

Copter: reset sysid and other temporary inputs after rate cycle

This commit is contained in:
Andy Piper 2024-08-15 10:21:56 +01:00 committed by Peter Barker
parent 6b5da48641
commit c67601b19f

View File

@ -16,6 +16,8 @@ void Copter::run_rate_controller()
// run low level rate controllers that only require IMU data
attitude_control->rate_controller_run();
// reset sysid and other temporary inputs
attitude_control->rate_controller_target_reset();
}
/*************************************************************