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 def5ddb747
commit 0cda3c9a71

View File

@ -232,7 +232,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