Browse Source

Copter : Correct comment on required optical flow update rate

mission-4.1.18
priseborough 11 years ago committed by Andrew Tridgell
parent
commit
45c007d216
  1. 2
      ArduCopter/ArduCopter.pde

2
ArduCopter/ArduCopter.pde

@ -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…
Cancel
Save