mirror of https://github.com/ArduPilot/ardupilot
Sub: Increase depth update rate from 10Hz to 25Hz
This commit is contained in:
parent
cd31451eb5
commit
bd596c8ead
|
@ -105,7 +105,7 @@ const AP_Scheduler::Task Sub::scheduler_tasks[] = {
|
|||
SCHED_TASK(arm_motors_check, 10, 50),
|
||||
SCHED_TASK(auto_disarm_check, 10, 50),
|
||||
SCHED_TASK(auto_trim, 10, 75),
|
||||
SCHED_TASK(update_altitude, 10, 140),
|
||||
SCHED_TASK(update_altitude, 25, 140),
|
||||
SCHED_TASK(run_nav_updates, 50, 100),
|
||||
SCHED_TASK(update_thr_average, 100, 90),
|
||||
SCHED_TASK(three_hz_loop, 3, 75),
|
||||
|
|
Loading…
Reference in New Issue