Skip to content

Commit

Permalink
AntennaTracker: Support PD Max
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Aug 1, 2023
1 parent c33388f commit b9e14ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions AntennaTracker/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,14 @@ const AP_Param::Info Tracker::var_info[] = {
// @Increment: 0.5
// @User: Advanced

// @Param: PITCH2SRV_PDMX
// @DisplayName: Pitch axis PD Sum Maximum
// @Description: The maximum/minimum value that the sum of the P and D term can output
// @Range: 0 4000
// @Increment: 10
// @Units: d%
// @User: Standard

GGROUP(pidPitch2Srv, "PITCH2SRV_", AC_PID),

// @Param: YAW2SRV_P
Expand Down Expand Up @@ -448,6 +456,14 @@ const AP_Param::Info Tracker::var_info[] = {
// @Increment: 0.5
// @User: Advanced

// @Param: YAW2SRV_PDMX
// @DisplayName: PD Sum Maximum
// @Description: The maximum/minimum value that the sum of the P and D term can output
// @Range: 0 4000
// @Increment: 10
// @Units: d%
// @User: Standard

GGROUP(pidYaw2Srv, "YAW2SRV_", AC_PID),

#if AP_SCRIPTING_ENABLED
Expand Down

0 comments on commit b9e14ec

Please sign in to comment.