Rover: run update_mission at 50hz

This commit is contained in:
Randy Mackay 2018-03-13 22:05:28 +09:00
parent 343d119726
commit 86c39c0314
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const AP_Scheduler::Task Rover::scheduler_tasks[] = {
SCHED_TASK(update_visual_odom, 50, 50),
SCHED_TASK(update_wheel_encoder, 20, 50),
SCHED_TASK(update_compass, 10, 2000),
SCHED_TASK(update_mission, 10, 1000),
SCHED_TASK(update_mission, 50, 500),
SCHED_TASK(update_logging1, 10, 1000),
SCHED_TASK(update_logging2, 10, 1000),
SCHED_TASK(gcs_retry_deferred, 50, 1000),