mirror of https://github.com/ArduPilot/ardupilot
ACM: Allow greater than 45° pitch and roll in Stab
This commit is contained in:
parent
add51f110d
commit
a7d8ca8f52
|
@ -120,3 +120,8 @@
|
||||||
// #define MOT_6 CH_4
|
// #define MOT_6 CH_4
|
||||||
// #define MOT_7 CH_7
|
// #define MOT_7 CH_7
|
||||||
// #define MOT_8 CH_8
|
// #define MOT_8 CH_8
|
||||||
|
|
||||||
|
|
||||||
|
// Used to set the max roll and pitch angles in Degrees * 100
|
||||||
|
//#define MAX_INPUT_ROLL_ANGLE 8000
|
||||||
|
//#define MAX_INPUT_PITCH_ANGLE 8000
|
||||||
|
|
Loading…
Reference in New Issue