Skip to content

Commit

Permalink
AC_AttitudeControl: Sub: fixup RAT_PIT_PDMX param description
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Sep 14, 2023
1 parent 06040d3 commit 42fab87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/AC_AttitudeControl/AC_AttitudeControl_Sub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ const AP_Param::GroupInfo AC_AttitudeControl_Sub::var_info[] = {
// @Increment: 0.5
// @User: Advanced

// @Param: RAT_PIT_IMAX
// @DisplayName: Pitch axis rate controller I gain maximum
// @Description: Pitch axis rate controller I gain maximum. Constrains the maximum that the I term will output
// @Param: RAT_PIT_PDMX
// @DisplayName: PD Sum Maximum
// @Description: The maximum/minimum value that the sum of the P and D term can output
// @Range: 0 1
// @Increment: 0.01
// @User: Standard
Expand Down

0 comments on commit 42fab87

Please sign in to comment.