mirror of https://github.com/ArduPilot/ardupilot
Copter: run_nav_updates at 100hz on pixhawk
This commit is contained in:
parent
105e2e19ac
commit
aa1b0da254
|
@ -801,7 +801,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