|
|
|
@ -495,24 +495,6 @@ const AP_Param::Info Sub::var_info[] = {
@@ -495,24 +495,6 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @Values: 0:Very Soft, 25:Soft, 50:Medium, 75:Crisp, 100:Very Crisp
|
|
|
|
|
GSCALAR(rc_feel_rp, "RC_FEEL_RP", RC_FEEL_RP_MEDIUM), |
|
|
|
|
|
|
|
|
|
#if POSHOLD_ENABLED == ENABLED |
|
|
|
|
// @Param: PHLD_BRAKE_RATE
|
|
|
|
|
// @DisplayName: PosHold braking rate
|
|
|
|
|
// @Description: PosHold flight mode's rotation rate during braking in deg/sec
|
|
|
|
|
// @Units: deg/sec
|
|
|
|
|
// @Range: 4 12
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
GSCALAR(poshold_brake_rate, "PHLD_BRAKE_RATE", POSHOLD_BRAKE_RATE_DEFAULT), |
|
|
|
|
|
|
|
|
|
// @Param: PHLD_BRAKE_ANGLE
|
|
|
|
|
// @DisplayName: PosHold braking angle max
|
|
|
|
|
// @Description: PosHold flight mode's max lean angle during braking in centi-degrees
|
|
|
|
|
// @Units: Centi-degrees
|
|
|
|
|
// @Range: 2000 4500
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
GSCALAR(poshold_brake_angle_max, "PHLD_BRAKE_ANGLE", POSHOLD_BRAKE_ANGLE_DEFAULT), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// @Param: LAND_REPOSITION
|
|
|
|
|
// @DisplayName: Land repositioning
|
|
|
|
|
// @Description: Enables user input during LAND mode, the landing phase of RTL, and auto mode landings.
|
|
|
|
|