Browse Source

decreased the loiter rate P for overshoot

master
Jason Short 13 years ago
parent
commit
4b703e8842
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -677,7 +677,7 @@ @@ -677,7 +677,7 @@
#endif
#ifndef LOITER_RATE_P
# define LOITER_RATE_P 3.0 //
# define LOITER_RATE_P 2.6 //
#endif
#ifndef LOITER_RATE_I
# define LOITER_RATE_I 0.25 // Wind control

Loading…
Cancel
Save