|
|
|
@ -119,12 +119,19 @@ const AP_Param::Info Tracker::var_info[] = {
@@ -119,12 +119,19 @@ const AP_Param::Info Tracker::var_info[] = {
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GSCALAR(startup_delay, "STARTUP_DELAY", 0), |
|
|
|
|
|
|
|
|
|
// @Param: SERVO_TYPE
|
|
|
|
|
// @DisplayName: Type of servo system being used
|
|
|
|
|
// @Description: This allows selection of position servos or on/off servos
|
|
|
|
|
// @Param: SERVO_PITCH_TYPE
|
|
|
|
|
// @DisplayName: Type of servo system being used for pitch
|
|
|
|
|
// @Description: This allows selection of position servos or on/off servos for pitch
|
|
|
|
|
// @Values: 0:Position,1:OnOff,2:ContinuousRotation
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GSCALAR(servo_type, "SERVO_TYPE", SERVO_TYPE_POSITION), |
|
|
|
|
GSCALAR(servo_pitch_type, "SERVO_PITCH_TYPE", SERVO_TYPE_POSITION), |
|
|
|
|
|
|
|
|
|
// @Param: SERVO_YAW_TYPE
|
|
|
|
|
// @DisplayName: Type of servo system being used for yaw
|
|
|
|
|
// @Description: This allows selection of position servos or on/off servos for yaw
|
|
|
|
|
// @Values: 0:Position,1:OnOff,2:ContinuousRotation
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GSCALAR(servo_yaw_type, "SERVO_YAW_TYPE", SERVO_TYPE_POSITION), |
|
|
|
|
|
|
|
|
|
// @Param: ONOFF_YAW_RATE
|
|
|
|
|
// @DisplayName: Yaw rate for on/off servos
|
|
|
|
|