mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-14 04:38:30 -04:00
ArduCopter: reduced optical flow's I and IMAX terms
This commit is contained in:
parent
956b347d68
commit
7d7de976c3
@ -367,7 +367,7 @@
|
|||||||
#define OPTFLOW_ROLL_P 2.5
|
#define OPTFLOW_ROLL_P 2.5
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPTFLOW_ROLL_I
|
#ifndef OPTFLOW_ROLL_I
|
||||||
#define OPTFLOW_ROLL_I 3.2
|
#define OPTFLOW_ROLL_I 0.5
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPTFLOW_ROLL_D
|
#ifndef OPTFLOW_ROLL_D
|
||||||
#define OPTFLOW_ROLL_D 0.12
|
#define OPTFLOW_ROLL_D 0.12
|
||||||
@ -376,13 +376,13 @@
|
|||||||
#define OPTFLOW_PITCH_P 2.5
|
#define OPTFLOW_PITCH_P 2.5
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPTFLOW_PITCH_I
|
#ifndef OPTFLOW_PITCH_I
|
||||||
#define OPTFLOW_PITCH_I 3.2
|
#define OPTFLOW_PITCH_I 0.5
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPTFLOW_PITCH_D
|
#ifndef OPTFLOW_PITCH_D
|
||||||
#define OPTFLOW_PITCH_D 0.12
|
#define OPTFLOW_PITCH_D 0.12
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPTFLOW_IMAX
|
#ifndef OPTFLOW_IMAX
|
||||||
#define OPTFLOW_IMAX 4
|
#define OPTFLOW_IMAX 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user