float_collective_scalar_manual;// collective scalar to reduce the range of the collective movement while collective is being controlled manually (i.e. directly by the pilot)
int16_t_collective_out;// actual collective pitch value. Required by the main code for calculating cruise throttle
int16_t_collective_mid_pwm;// collective mid parameter value converted to pwm form (i.e. 0 ~ 1000)
int16_t_rotor_desired;// latest desired rotor speed from pilot
int16_t_desired_rotor_speed;// latest desired rotor speed from pilot
float_rotor_out;// latest output sent to the main rotor or an estimate of the rotors actual speed (whichever is higher) (0 ~ 1000)
float_rsc_ramp_increment;// the amount we can increase the rotor output during each 100hz iteration
float_rsc_runup_increment;// the amount we can increase the rotor's estimated speed during each 100hz iteration