|
|
|
@ -103,7 +103,7 @@ const AP_Param::Info Sub::var_info[] = {
@@ -103,7 +103,7 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
|
|
|
|
|
// @Param: PILOT_THR_BHV
|
|
|
|
|
// @DisplayName: Throttle stick behavior
|
|
|
|
|
// @Description: Bits for: Feedback starts from mid stick
|
|
|
|
|
// @Description: Bitmask containing various throttle stick options. Add up the values for options that you want.
|
|
|
|
|
// @User: Standard
|
|
|
|
|
// @Values: 0:None,1:Feedback from mid stick,2:High throttle cancels landing,4:Disarm on land detection
|
|
|
|
|
// @Bitmask: 0:Feedback from mid stick,1:High throttle cancels landing,2:Disarm on land detection
|
|
|
|
@ -550,11 +550,9 @@ const AP_Param::Info Sub::var_info[] = {
@@ -550,11 +550,9 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp
|
|
|
|
|
GGROUP(rc_8, "RC8_", RC_Channel_aux), |
|
|
|
|
|
|
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN |
|
|
|
|
// @Group: RC9_
|
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp
|
|
|
|
|
GGROUP(rc_9, "RC9_", RC_Channel_aux), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// @Group: RC10_
|
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp
|
|
|
|
@ -563,7 +561,6 @@ const AP_Param::Info Sub::var_info[] = {
@@ -563,7 +561,6 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp
|
|
|
|
|
GGROUP(rc_11, "RC11_", RC_Channel_aux), |
|
|
|
|
|
|
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN |
|
|
|
|
// @Group: RC12_
|
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp
|
|
|
|
|
GGROUP(rc_12, "RC12_", RC_Channel_aux), |
|
|
|
@ -575,7 +572,6 @@ const AP_Param::Info Sub::var_info[] = {
@@ -575,7 +572,6 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @Group: RC14_
|
|
|
|
|
// @Path: ../libraries/RC_Channel/RC_Channel.cpp,../libraries/RC_Channel/RC_Channel_aux.cpp
|
|
|
|
|
GGROUP(rc_14, "RC14_", RC_Channel_aux), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// @Group: BTN0_
|
|
|
|
|
// @Path: ../libraries/AP_JSButton/AP_JSButton.cpp
|
|
|
|
@ -715,12 +711,6 @@ const AP_Param::Info Sub::var_info[] = {
@@ -715,12 +711,6 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @Increment: 10
|
|
|
|
|
// @Units: cm/s/s
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
|
|
|
|
|
// @Param: VEL_XY_FILT_HZ
|
|
|
|
|
// @DisplayName: Velocity (horizontal) filter frequency in Hz
|
|
|
|
|
// @Description: Velocity (horizontal) filter frequency in Hz
|
|
|
|
|
// @Units: Hz
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
GGROUP(pi_vel_xy, "VEL_XY_", AC_PI_2D), |
|
|
|
|
|
|
|
|
|
// @Param: VEL_Z_P
|
|
|
|
@ -756,7 +746,7 @@ const AP_Param::Info Sub::var_info[] = {
@@ -756,7 +746,7 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @Range: 0.000 0.400
|
|
|
|
|
// @User: Standard
|
|
|
|
|
|
|
|
|
|
// @Param: ACCEL_Z_FILT
|
|
|
|
|
// @Param: ACCEL_Z_FILT_HZ
|
|
|
|
|
// @DisplayName: Throttle acceleration filter
|
|
|
|
|
// @Description: Filter applied to acceleration to reduce noise. Lower values reduce noise but add delay.
|
|
|
|
|
// @Range: 1.000 100.000
|
|
|
|
@ -778,28 +768,6 @@ const AP_Param::Info Sub::var_info[] = {
@@ -778,28 +768,6 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GGROUP(p_pos_xy, "POS_XY_", AC_P), |
|
|
|
|
|
|
|
|
|
#if PRECISION_LANDING == ENABLED |
|
|
|
|
// @Param: PRECLNDVEL_P
|
|
|
|
|
// @DisplayName: Precision landing velocity controller P gain
|
|
|
|
|
// @Description: Precision landing velocity controller P gain
|
|
|
|
|
// @Range: 0.100 5.000
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
|
|
|
|
|
// @Param: PRECLNDVEL_I
|
|
|
|
|
// @DisplayName: Precision landing velocity controller I gain
|
|
|
|
|
// @Description: Precision landing velocity controller I gain
|
|
|
|
|
// @Range: 0.100 5.000
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
|
|
|
|
|
// @Param: PRECLNDVEL_IMAX
|
|
|
|
|
// @DisplayName: Precision landing velocity controller I gain maximum
|
|
|
|
|
// @Description: Precision landing velocity controller I gain maximum
|
|
|
|
|
// @Range: 0 1000
|
|
|
|
|
// @Units: cm/s
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GGROUP(pi_precland, "PLAND_", AC_PI_2D), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// variables not in the g class which contain EEPROM saved variables
|
|
|
|
|
|
|
|
|
|
#if CAMERA == ENABLED |
|
|
|
@ -848,7 +816,7 @@ const AP_Param::Info Sub::var_info[] = {
@@ -848,7 +816,7 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
// @Path: ../libraries/AC_AttitudeControl/AC_AttitudeControl.cpp,../libraries/AC_AttitudeControl/AC_AttitudeControl_Multi.cpp
|
|
|
|
|
GOBJECT(attitude_control, "ATC_", AC_AttitudeControl_Multi), |
|
|
|
|
|
|
|
|
|
// @Group: PSC
|
|
|
|
|
// @Group: POSCON_
|
|
|
|
|
// @Path: ../libraries/AC_AttitudeControl/AC_PosControl.cpp
|
|
|
|
|
GOBJECT(pos_control, "PSC", AC_PosControl), |
|
|
|
|
|
|
|
|
@ -979,9 +947,9 @@ const AP_Param::Info Sub::var_info[] = {
@@ -979,9 +947,9 @@ const AP_Param::Info Sub::var_info[] = {
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#if PRECISION_LANDING == ENABLED |
|
|
|
|
// @Group: PRECLAND_
|
|
|
|
|
// @Group: PLND_
|
|
|
|
|
// @Path: ../libraries/AC_PrecLand/AC_PrecLand.cpp
|
|
|
|
|
GOBJECT(precland, "PLAND_", AC_PrecLand), |
|
|
|
|
GOBJECT(precland, "PLND_", AC_PrecLand), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// @Group: RPM
|
|
|
|
|