Browse Source

Copter : disable tilt correction of range finder data for use by EKF

This is a temporary fix. We need to make separate range and altitude measurements available.
mission-4.1.18
priseborough 11 years ago committed by Andrew Tridgell
parent
commit
267ef48026
  1. 4
      ArduCopter/config.h

4
ArduCopter/config.h

@ -223,6 +223,10 @@ @@ -223,6 +223,10 @@
# define SONAR_TIMEOUT_MS 1000 // desired sonar alt will reset to current sonar alt after this many milliseconds without a good sonar alt
#endif
#ifndef SONAR_TILT_CORRECTION // by disable tilt correction for use of range finder data by EKF
# define SONAR_TILT_CORRECTION DISABLED
#endif
//////////////////////////////////////////////////////////////////////////////
// Channel 7 and 8 default options
//

Loading…
Cancel
Save