Skip to content
Snippets Groups Projects
Commit d6549319 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: reduce SONAR_GAIN to 0.8 (was 2.0)

parent 9d0e09e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment