mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Sub: call GCS update_send at main loop rate
This commit is contained in:
parent
153228bef5
commit
2e58eb1d46
@ -40,7 +40,7 @@ const AP_Scheduler::Task Sub::scheduler_tasks[] = {
|
||||
SCHED_TASK(one_hz_loop, 1, 100),
|
||||
SCHED_TASK_CLASS(GCS, (GCS*)&sub._gcs, update_receive, 400, 180),
|
||||
SCHED_TASK(gcs_send_heartbeat, 1, 110),
|
||||
SCHED_TASK_CLASS(GCS, (GCS*)&sub._gcs, update_send, 50, 550),
|
||||
SCHED_TASK_CLASS(GCS, (GCS*)&sub._gcs, update_send, 4000, 550),
|
||||
#if MOUNT == ENABLED
|
||||
SCHED_TASK_CLASS(AP_Mount, &sub.camera_mount, update, 50, 75),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user