Copter: reduce SONAR_GAIN to 0.8 (was 2.0)
This commit is contained in:
parent
def5ddb747
commit
0cda3c9a71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user