mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: fixed name of pitch limit parameters
This commit is contained in:
parent
bf60a3b385
commit
e714f0a7a3
|
@ -46,8 +46,8 @@ ROLL_LIMIT_DEG 40.00
|
|||
|
||||
# the HWing can become unstable at high speeds. Limit pitch angle
|
||||
# to prevent overspeed
|
||||
PITCH_LIM_MAX_DEG 45.00
|
||||
PITCH_LIM_MIN_DEG -15.00
|
||||
PTCH_LIM_MAX_DEG 45.00
|
||||
PTCH_LIM_MIN_DEG -15.00
|
||||
|
||||
# setup left 3-pos switch for QHOVER, QLOITER and FBWA
|
||||
FLTMODE1 18
|
||||
|
@ -70,7 +70,7 @@ INS_HNTCH_REF 0.4560
|
|||
KFF_RDDRMIX 0
|
||||
|
||||
# reasonable attitude limits
|
||||
PITCH_LIM_MAX_DEG 40.00
|
||||
PTCH_LIM_MAX_DEG 40.00
|
||||
LOG_FILE_DSRMROT 1
|
||||
|
||||
# lower logging rate a bit to make logs faster to fetch
|
||||
|
|
Loading…
Reference in New Issue