Skip to content

Commit

Permalink
AC_AttitudeControl: adjust docs for rate max limits
Browse files Browse the repository at this point in the history
after discussion with Leonard
  • Loading branch information
tridge authored and peterbarker committed Nov 10, 2021
1 parent 1ca471c commit 3f936ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/AC_AttitudeControl/AC_AttitudeControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const AP_Param::GroupInfo AC_AttitudeControl::var_info[] = {
// @Units: deg/s
// @Range: 0 1080
// @Increment: 1
// @Values: 0:Disabled, 360:Slow, 720:Medium, 1080:Fast
// @Values: 0:Disabled, 60:Slow, 180:Medium, 360:Fast
// @User: Advanced
AP_GROUPINFO("RATE_R_MAX", 17, AC_AttitudeControl, _ang_vel_roll_max, 0.0f),

Expand All @@ -120,7 +120,7 @@ const AP_Param::GroupInfo AC_AttitudeControl::var_info[] = {
// @Units: deg/s
// @Range: 0 1080
// @Increment: 1
// @Values: 0:Disabled, 360:Slow, 720:Medium, 1080:Fast
// @Values: 0:Disabled, 60:Slow, 180:Medium, 360:Fast
// @User: Advanced
AP_GROUPINFO("RATE_P_MAX", 18, AC_AttitudeControl, _ang_vel_pitch_max, 0.0f),

Expand All @@ -130,7 +130,7 @@ const AP_Param::GroupInfo AC_AttitudeControl::var_info[] = {
// @Units: deg/s
// @Range: 0 1080
// @Increment: 1
// @Values: 0:Disabled, 360:Slow, 720:Medium, 1080:Fast
// @Values: 0:Disabled, 60:Slow, 180:Medium, 360:Fast
// @User: Advanced
AP_GROUPINFO("RATE_Y_MAX", 19, AC_AttitudeControl, _ang_vel_yaw_max, 0.0f),

Expand Down

0 comments on commit 3f936ba

Please sign in to comment.