mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 00:58:37 -04:00
Copter: run_nav_updates at 100hz on pixhawk
This commit is contained in:
parent
874d0780aa
commit
203b713f0d
@ -784,7 +784,7 @@ static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {
|
||||
{ arm_motors_check, 40, 1 },
|
||||
{ auto_trim, 40, 14 },
|
||||
{ update_altitude, 40, 100 },
|
||||
{ run_nav_updates, 40, 80 },
|
||||
{ run_nav_updates, 4, 80 },
|
||||
{ update_thr_cruise, 40, 10 },
|
||||
{ three_hz_loop, 133, 9 },
|
||||
{ compass_accumulate, 8, 42 },
|
||||
|
Loading…
Reference in New Issue
Block a user