Browse Source

Copter: revert Loiter Pos P to 1.0 (was 0.8)

master
Randy Mackay 12 years ago
parent
commit
ac5d925115
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -866,7 +866,7 @@
// Loiter position control gains // Loiter position control gains
// //
#ifndef LOITER_P #ifndef LOITER_P
# define LOITER_P 0.8f # define LOITER_P 1.0f
#endif #endif
#ifndef LOITER_I #ifndef LOITER_I
# define LOITER_I 0.0f # define LOITER_I 0.0f

Loading…
Cancel
Save