mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
Copter: update proximity sensor at 200hz
This commit is contained in:
parent
a76af0623a
commit
d6e3292cfb
@ -107,7 +107,7 @@ const AP_Scheduler::Task Copter::scheduler_tasks[] = {
|
||||
SCHED_TASK(read_rangefinder, 20, 100),
|
||||
#endif
|
||||
#if PROXIMITY_ENABLED == ENABLED
|
||||
SCHED_TASK_CLASS(AP_Proximity, &copter.g2.proximity, update, 100, 50),
|
||||
SCHED_TASK_CLASS(AP_Proximity, &copter.g2.proximity, update, 200, 50),
|
||||
#endif
|
||||
#if BEACON_ENABLED == ENABLED
|
||||
SCHED_TASK_CLASS(AP_Beacon, &copter.g2.beacon, update, 400, 50),
|
||||
|
Loading…
Reference in New Issue
Block a user