mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Copter : Correct comment on required optical flow update rate
This commit is contained in:
parent
839b814d12
commit
45c007d216
@ -1188,7 +1188,7 @@ static void one_hz_loop()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// called at 100hz but data from sensor only arrives at 10 Hz
|
// called at 10hz
|
||||||
#if OPTFLOW == ENABLED
|
#if OPTFLOW == ENABLED
|
||||||
static void update_optical_flow(void)
|
static void update_optical_flow(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user