@ -392,9 +392,16 @@ public:
AP_Int16 throttle_behavior ;
AP_Int16 throttle_behavior ;
AP_Float pilot_takeoff_alt ;
AP_Float pilot_takeoff_alt ;
# if MODE_RTL_ENABLED == ENABLED
AP_Int16 rtl_altitude ;
AP_Int16 rtl_altitude ;
AP_Int16 rtl_speed_cms ;
AP_Int16 rtl_speed_cms ;
AP_Float rtl_cone_slope ;
AP_Float rtl_cone_slope ;
AP_Int16 rtl_alt_final ;
AP_Int16 rtl_climb_min ; // rtl minimum climb in cm
AP_Int32 rtl_loiter_time ;
AP_Int8 rtl_alt_type ;
# endif
# if RANGEFINDER_ENABLED == ENABLED
# if RANGEFINDER_ENABLED == ENABLED
AP_Float rangefinder_gain ;
AP_Float rangefinder_gain ;
# endif
# endif
@ -403,8 +410,6 @@ public:
AP_Int16 gps_hdop_good ; // GPS Hdop value at or below this value represent a good position
AP_Int16 gps_hdop_good ; // GPS Hdop value at or below this value represent a good position
AP_Int8 super_simple ;
AP_Int8 super_simple ;
AP_Int16 rtl_alt_final ;
AP_Int16 rtl_climb_min ; // rtl minimum climb in cm
AP_Int8 wp_yaw_behavior ; // controls how the autopilot controls yaw during missions
AP_Int8 wp_yaw_behavior ; // controls how the autopilot controls yaw during missions
@ -415,7 +420,6 @@ public:
// Waypoints
// Waypoints
//
//
AP_Int32 rtl_loiter_time ;
AP_Int16 land_speed ;
AP_Int16 land_speed ;
AP_Int16 land_speed_high ;
AP_Int16 land_speed_high ;
AP_Int16 pilot_speed_up ; // maximum vertical ascending velocity the pilot may request
AP_Int16 pilot_speed_up ; // maximum vertical ascending velocity the pilot may request
@ -457,8 +461,6 @@ public:
AP_Enum < ModeThrow : : PreThrowMotorState > throw_motor_start ;
AP_Enum < ModeThrow : : PreThrowMotorState > throw_motor_start ;
# endif
# endif
AP_Int8 rtl_alt_type ;
AP_Int16 rc_speed ; // speed of fast RC Channels in Hz
AP_Int16 rc_speed ; // speed of fast RC Channels in Hz
// Acro parameters
// Acro parameters