Browse Source

Copter: Trad Heli-change default accel_z_p to 0.30

prevents collective cycling in altitude controlled modes
mission-4.1.18
ChristopherOlson 7 years ago committed by Andrew Tridgell
parent
commit
572c609cd6
  1. 1
      ArduCopter/config.h

1
ArduCopter/config.h

@ -69,6 +69,7 @@ @@ -69,6 +69,7 @@
# define WP_YAW_BEHAVIOR_DEFAULT WP_YAW_BEHAVIOR_LOOK_AHEAD
# define THR_MIN_DEFAULT 0
# define AUTOTUNE_ENABLED DISABLED
# define ACCEL_Z_P 0.30f
#endif
//////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save