Copter: run_nav_updates at 100hz on pixhawk

This commit is contained in:
Jonathan Challinger 2014-11-02 15:20:13 -08:00 committed by Randy Mackay
parent 105e2e19ac
commit aa1b0da254
1 changed files with 1 additions and 1 deletions

View File

@ -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 },