Browse Source

upped D filter to 6

git-svn-id: https://arducopter.googlecode.com/svn/trunk@3096 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
jasonshort 14 years ago
parent
commit
d192ceb8f8
  1. 3
      libraries/PID/PID.h

3
libraries/PID/PID.h

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
#include <AP_Common.h>
#include <math.h> // for fabs()
#define PID_FILTER_SIZE 4
#define PID_FILTER_SIZE 6
/// @class PID
/// @brief Object managing one PID control
@ -131,7 +131,6 @@ private: @@ -131,7 +131,6 @@ private:
AP_Float16 _ki;
AP_Float16 _kd;
AP_Int16 _imax;
//uint8_t _filter_size;
float _filter[PID_FILTER_SIZE];
uint8_t _filter_index;

Loading…
Cancel
Save