diff --git a/libraries/AP_AHRS/AP_AHRS.cpp b/libraries/AP_AHRS/AP_AHRS.cpp index c15790591b..92ea40bc46 100644 --- a/libraries/AP_AHRS/AP_AHRS.cpp +++ b/libraries/AP_AHRS/AP_AHRS.cpp @@ -69,7 +69,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] = { // @Param: TRIM_X // @DisplayName: AHRS Trim Roll // @Description: Compensates for the roll angle difference between the control board and the frame. Positive values make the vehicle roll right. - // @Units: Radians + // @Units: rad // @Range: -0.1745 +0.1745 // @Increment: 0.01 // @User: Standard @@ -77,7 +77,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] = { // @Param: TRIM_Y // @DisplayName: AHRS Trim Pitch // @Description: Compensates for the pitch angle difference between the control board and the frame. Positive values make the vehicle pitch up/back. - // @Units: Radians + // @Units: rad // @Range: -0.1745 +0.1745 // @Increment: 0.01 // @User: Standard @@ -85,7 +85,7 @@ const AP_Param::GroupInfo AP_AHRS::var_info[] = { // @Param: TRIM_Z // @DisplayName: AHRS Trim Yaw // @Description: Not Used - // @Units: Radians + // @Units: rad // @Range: -0.1745 +0.1745 // @Increment: 0.01 // @User: Advanced