Browse Source

Copter: reduce default Loiter Pos P to 0.2 (was 1.0)

mission-4.1.18
Randy Mackay 12 years ago committed by rmackay9
parent
commit
45f47de98d
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

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

Loading…
Cancel
Save