119 Commits (00ccacb2ab87008b4637151f754467fe0b24643b)

Author SHA1 Message Date
Robert Lefebvre 11214b3414 AP_Motors: move constraints to set_throttle 10 years ago
Robert Lefebvre 0c92565d23 AP_MotorsHeli: add Critical Rotor Speed param, use to switch off runup_complete 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 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
Randy Mackay 1a1fa7ca4b AP_MotorsHeli: add comment to avoid param conflict 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
Randy Mackay edfa206bb8 Motors_Heli: nest heli params 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 72c3e9cc72 TradHeli: implement get_motor_mask 11 years ago
Robert Lefebvre 92bdf24dba AP_MotorsHeli: Add To-Do. Swash setup hasn't seemed to work right for a while, this might be why. Confirm later. 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
Robert Lefebvre 979abb9fbd TradHeli: Cause DDVP Tail Motor to stop immediately when Ch8 is 0. 11 years ago
Randy Mackay 3610cfe24c TradHeli: output_test for individual motors 11 years ago
Randy Mackay 134289af38 TradHeli: motor_to_channel_map moved to progmem 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
Robert Lefebvre 782ce54a5c TradHeli: Fix for yaw offset switching. Yaw Offset should switch on and off with the main motor, not waiting until the rotor has reached full speed. 11 years ago
Randy Mackay 4148c4e024 TradHeli: bug fix for main rotor ramp up 11 years ago
Randy Mackay f9e19b8006 TradHeli: remove use of motor_out array 11 years ago
Randy Mackay afbb199544 TradHeli: remove slash from parameter description 11 years ago
Randy Mackay c9c803ffd4 TradHeli: move STAB_COL_MIN to main parameter list 11 years ago
Randy Mackay b71c6bfd76 TradHeli: add RSC_RUNUP_TIME param and rotor speed estimate 11 years ago
Randy Mackay bc4dba0eea TradHeli: ext gyro gain range 0 to 1000 11 years ago
Randy Mackay 197fc67897 TradHeli: move pilot desired rotor speed to heli.pde 11 years ago
Randy Mackay 942c14258b TradHeli: ramp up changes 11 years ago
Robert Lefebvre 9ac051c56d TradHeli: BugFix to ColYaw 11 years ago
Robert Lefebvre 4426060ccc TradHeli: COLYAW not applied when the motor is not running 11 years ago
Robert Lefebvre 9ae66c1773 TradHeli: add support for drive tail rotors 11 years ago
Randy Mackay 7ae0d3320b TradHeli: add landing collective min 11 years ago
Randy Mackay 1f65bb537f TradHeli: add get_pilot_desired_collective 11 years ago
Randy Mackay 13a412ee21 TradHeli: make parameters and variables private 11 years ago
Randy Mackay 2cc48ffcd6 Copter: formatting and param description changes 11 years ago
Robert Lefebvre 5d946be77c TradHeli: Change user description for COLYAW parameter. 11 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Robert Lefebvre c812d07993 TradHeli: Creating motor_runup_complete bool which is to confirm that the heli motor is running. This will be used for advanced features in the future. 12 years ago
Robert Lefebvre 957cb094ea TradHeli: Remove unused RSC Mode 3. 12 years ago
Andrew Tridgell 81f7ae9108 AP_Motors: fixed indent-tabs-mode 12 years ago
Randy Mackay 6a65a32de2 CopterMotors: add formatting info to top of files 12 years ago
Andrew Tridgell 2c05030fb1 AP_Motors: use the right constrain() function 12 years ago
Randy Mackay a656b619f5 AP_Motors: remove auto_armed 12 years ago