Copter: reduce SONAR_GAIN to 0.8 (was 2.0)

This commit is contained in:
Randy Mackay 2013-12-01 16:25:47 +09:00
parent 9d0e09e2be
commit d654931954

View File

@ -277,7 +277,7 @@
#endif
#ifndef SONAR_GAIN_DEFAULT
# define SONAR_GAIN_DEFAULT 2.0 // gain for controlling how quickly sonar range adjusts target altitude (lower means slower reaction)
# define SONAR_GAIN_DEFAULT 0.8 // gain for controlling how quickly sonar range adjusts target altitude (lower means slower reaction)
#endif
#ifndef THR_SURFACE_TRACKING_VELZ_MAX