Skip to content
Snippets Groups Projects
Commit ae487aa9 authored by Randy Mackay's avatar Randy Mackay
Browse files

Rover: update wheel encoder at 20hz

parent 72d35593
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ const AP_Scheduler::Task Rover::scheduler_tasks[] = {
SCHED_TASK(update_alt, 10, 3400),
SCHED_TASK(update_beacon, 50, 50),
SCHED_TASK(update_visual_odom, 50, 50),
SCHED_TASK(update_wheel_encoder, 50, 50),
SCHED_TASK(update_wheel_encoder, 20, 50),
SCHED_TASK(navigate, 10, 1600),
SCHED_TASK(update_compass, 10, 2000),
SCHED_TASK(update_commands, 10, 1000),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment