Browse Source

Copter: update filtered range finder altitude to AC_WPNav

c415-sdk
Tatsuya Yamaguchi 4 years ago committed by Randy Mackay
parent
commit
52cd042d69
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -101,7 +101,7 @@ @@ -101,7 +101,7 @@
#endif
#ifndef RANGEFINDER_WPNAV_FILT_HZ
# define RANGEFINDER_WPNAV_FILT_HZ 0.25f // filter frequency for rangefinder altitude provided to waypoint navigation class
# define RANGEFINDER_WPNAV_FILT_HZ 0.5f // filter frequency for rangefinder altitude provided to waypoint navigation class
#endif
#ifndef RANGEFINDER_TILT_CORRECTION // by disable tilt correction for use of range finder data by EKF

Loading…
Cancel
Save