Skip to content
Snippets Groups Projects
Commit 3a266065 authored by rmackay9's avatar rmackay9
Browse files

ArduCopter: reduced optical flow's I and IMAX terms

parent 7228236d
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,7 @@
#define OPTFLOW_ROLL_P 2.5
#endif
#ifndef OPTFLOW_ROLL_I
#define OPTFLOW_ROLL_I 3.2
#define OPTFLOW_ROLL_I 0.5
#endif
#ifndef OPTFLOW_ROLL_D
#define OPTFLOW_ROLL_D 0.12
......@@ -376,13 +376,13 @@
#define OPTFLOW_PITCH_P 2.5
#endif
#ifndef OPTFLOW_PITCH_I
#define OPTFLOW_PITCH_I 3.2
#define OPTFLOW_PITCH_I 0.5
#endif
#ifndef OPTFLOW_PITCH_D
#define OPTFLOW_PITCH_D 0.12
#endif
#ifndef OPTFLOW_IMAX
#define OPTFLOW_IMAX 4
#define OPTFLOW_IMAX 1
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment