AP_Int8_heli_options;// bitmask for optional features
AP_Float_collective_zero_thrst_deg;// Zero thrust blade collective pitch in degrees
AP_Float_collective_land_min_deg;// Minimum Landed collective blade pitch in degrees for non-manual collective modes (i.e. modes that use altitude hold)
AP_Float_collective_max_deg;// Maximum collective blade pitch angle in deg that corresponds to the PWM set for maximum collective pitch (H_COL_MAX)
AP_Float_collective_min_deg;// Minimum collective blade pitch angle in deg that corresponds to the PWM set for minimum collective pitch (H_COL_MIN)
// internal variables
float_collective_mid_pct=0.0f;// collective mid parameter value converted to 0 ~ 1 range
float_collective_zero_pct=0.0f;// collective mid parameter value converted to 0 ~ 1 range
float_collective_land_min_pct=0.0f;// collective mid parameter value converted to 0 ~ 1 range
uint8_t_servo_test_cycle_counter=0;// number of test cycles left to run after bootup
// @Description: Swash servo position in PWM microseconds corresponding to zero collective pitch for the rear swashplate (or zero lift for Asymmetrical blades)