129 Commits (0e5f9454dd1ea6d7746e5e12ca175b11c6f19f8a)

Author SHA1 Message Date
Randy Mackay e3ff4ed9c4 MotorsHeli: integrate RotorControlState 10 years ago
Robert Lefebvre bde43412d8 AP_MotorsHeli: Fix RSC Mode 3 10 years ago
Robert Lefebvre 28318c4116 AP_MotorsHeli: Move Output functions into parent class 10 years ago
Robert Lefebvre 84102c3e3f AP_MotorsHeli: Rework how servo setup is done. 10 years ago
Robert Lefebvre 345663f705 AP_MotorsHeli: Simplify servo init/reset 10 years ago
Robert Lefebvre b11600aebe AP_MotorsHeli: Move set_delta_phase_angle into _Single class 10 years ago
Robert Lefebvre 3756c6b3f3 AP_MotorsHeli: Create RSC Throttle Curve mode for controlling gas engines. 10 years ago
Robert Lefebvre f853979816 AP_MotorsHeli: run RSC Control function in Output Min function 10 years ago
Robert Lefebvre 315f0408ae AP_MotorsHeli: RSC controller to use speed ramp as simple float scalar 10 years ago
Robert Lefebvre cefa0c28a6 AP_MotorsHeli: RSC Mode 0 no longer a valid mode 10 years ago
Robert Lefebvre 214d60abb9 AP_MotorsHeli: Create RSC_IDLE param 10 years ago
Robert Lefebvre 10b0be9e75 AP_MotorsHeli: Fully detail tradheli output functions and move manual servo handling 10 years ago
Robert Lefebvre 457d939e77 AP_MotorsHeli: Update includes so that it builds 10 years ago
Fredrik Hedberg 97e09fa9b0 AP_Motors: Move traditional helicopter controls into AP_MotorsHeli_Single. 10 years ago
Fredrik Hedberg af69a20ba5 AP_Motors: Break out yaw output in AP_MotorsHeli. 10 years ago
Fredrik Hedberg feb32f40ed AP_Motors: Break out servo init and reset in AP_MotorsHeli. 10 years ago
Fredrik Hedberg ae9a16dc27 AP_Motors: Move rotor speed control into AP_MotorsHeli_RSC. 10 years ago
Fredrik Hedberg 1bb6b65ce0 AP_Motors: Use C++11 initializers in AP_MotorsHeli. 10 years ago
Gustavo Jose de Sousa 1e619c6c59 AP_Motors: standardize inclusion of libaries headers 10 years ago
Randy Mackay 7355ac9cb8 AP_MotorsHeli: implement empty slow start method 10 years ago
Randy Mackay a3fab10ef4 AP_MotorsHeli: init roll_radio_passthrough 10 years ago
Robert Lefebvre 9fcbc77ce0 AP_MotorsHeli: Create rotor_speed_above_critical accessor 10 years ago
Robert Lefebvre 992c9c75bb AP_MotorsHeli: Create parameter_check method. 10 years ago
Robert Lefebvre e1902e2289 AP_MotorsHeli: Remove unused _dt variable. 10 years ago
Robert Lefebvre 0c92565d23 AP_MotorsHeli: add Critical Rotor Speed param, use to switch off runup_complete 10 years ago
Robert Lefebvre 3ad6700c5d AP_MotorsHeli: add getters for rotor speed 10 years ago
Robert Lefebvre 8b917b82ee AP_MotorsHeli: Simplify set_desired_rotor_speed function definition 10 years ago
Robert Lefebvre 79e8c8f7f7 AP_MotorsHeli: whitespace fixes 10 years ago
Robert Lefebvre 1424b17a83 AP_Motors_Heli: Change default RSC_SETPOINT to 700 10 years ago
Robert Lefebvre d24664ccf9 AP_MotorsHeli: Semantic change. Motor Runup to Rotor Runup 10 years ago
Robert Lefebvre 65ca09600c AP_Motors: Heli eliminate _dt member and fix rsc_runup calculation 10 years ago
Robert Lefebvre b8181b6b90 AP_Motors: RCMAP fix 10 years ago
Robert Lefebvre 73bafa131e AP_MotorsHeli: Overload output() 10 years ago
Robert Lefebvre d3ce68a8ca AP_MotorsHeli: Overload update_throttle_filter() 10 years ago
Randy Mackay 3d9a6a69e2 MotorsHeli: COLYAW to float 10 years ago
Robert Lefebvre 1a482de5e2 AP_MotorsHeli: Overload output_armed_zero_throttle 10 years ago
Jonathan Challinger 8e442675a7 AP_Motors: introduce set_stabilize(bool), specifies whether torque demands should be output 10 years ago
Randy Mackay 7ab76dbd0e Motors: add loop_rate to constructor for all frames 10 years ago
Randy Mackay 9b9f6cd47a AC_MotorsHeli: init member to resolve compiler warning 11 years ago
Randy Mackay 72c3e9cc72 TradHeli: implement get_motor_mask 11 years ago
Robert Lefebvre 789b1018fc AP_MotorsHeli: Change set_delta_phase_angle so that it forces recalculation of collective factors. 11 years ago
Robert Lefebvre fd542e99d8 AP_MotorsHeli: Create Delta Phase Angle variable and method to set. Will be used by CCComp code. 11 years ago
Robert Lefebvre 0680b88abd AP_MotorsHeli: Add main loop rate time variable and method. Change RSC increment calc to account for loop rate time. 11 years ago
Randy Mackay 3610cfe24c TradHeli: output_test for individual motors 11 years ago
Randy Mackay 18d3907928 TradHeli: use refs for all RC_Channels 11 years ago
Randy Mackay 80ec61f217 TradHeli: make accessor methods const 11 years ago
Randy Mackay 1426078cdb TradHeli: disable aux channels 7 and 8 11 years ago
Robert Lefebvre d441354961 TradHeli: Minor change to two param defaults 11 years ago
Randy Mackay 7233a567fb TradHeli: add accessor for phase_angle 11 years ago
Randy Mackay c9c803ffd4 TradHeli: move STAB_COL_MIN to main parameter list 11 years ago