Skip to content

Commit

Permalink
Sub: reduce PILOT_SPEED_ minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
clydemcqueen authored and Williangalvani committed Aug 29, 2024
1 parent cc06f70 commit e8bd380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArduSub/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const AP_Param::Info Sub::var_info[] = {
// @DisplayName: Pilot maximum vertical ascending speed
// @Description: The maximum vertical ascending velocity the pilot may request in cm/s
// @Units: cm/s
// @Range: 50 500
// @Range: 20 500
// @Increment: 10
// @User: Standard
GSCALAR(pilot_speed_up, "PILOT_SPEED_UP", PILOT_VELZ_MAX),
Expand All @@ -170,7 +170,7 @@ const AP_Param::Info Sub::var_info[] = {
// @DisplayName: Pilot maximum vertical descending speed
// @Description: The maximum vertical descending velocity the pilot may request in cm/s
// @Units: cm/s
// @Range: 50 500
// @Range: 20 500
// @Increment: 10
// @User: Standard
GSCALAR(pilot_speed_dn, "PILOT_SPEED_DN", 0),
Expand Down

0 comments on commit e8bd380

Please sign in to comment.