mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Quadplane: fix TRIM_PITCH description
This commit is contained in:
parent
c39ed20c24
commit
ce260428d4
@ -310,7 +310,7 @@ const AP_Param::GroupInfo QuadPlane::var_info2[] = {
|
||||
|
||||
// @Param: TRIM_PITCH
|
||||
// @DisplayName: Quadplane AHRS trim pitch
|
||||
// @Description: This sets the compensation for the pitch angle trim difference between calibrated AHRS level and vertical flight pitch. NOTE! this is relative to calibrated AHRS trim, not forward flight trim which includes TRIM_PITCH. For tailsitters, this is relative to a baseline of 90 degrees in AHRS.
|
||||
// @Description: This sets the compensation for the pitch angle trim difference between calibrated AHRS level and vertical flight pitch. NOTE! this is relative to calibrated AHRS trim, not forward flight trim which includes PTCH_TRIM_DEG. For tailsitters, this is relative to a baseline of 90 degrees in AHRS.
|
||||
// @Units: deg
|
||||
// @Range: -10 +10
|
||||
// @Increment: 0.1
|
||||
|
Loading…
Reference in New Issue
Block a user