mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Rover: run update_mission at 50hz
This commit is contained in:
parent
343d119726
commit
86c39c0314
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user