741 Commits (c2eee2db23c2b8defe5bffc4ebe2126b895aea63)

Author SHA1 Message Date
Randy Mackay f1cbdbe914 AP_Motors: update some comments 9 years ago
Randy Mackay 49b14b3cb6 AP_Motors: add PWM_MIN, MAX 9 years ago
Ricardo de Almeida Gonzaga 2802775e7d AP_Motors: Fix typos 9 years ago
Andrew Tridgell 60b3625950 AP_Motors: added hook for vehicle based thrust compensation 9 years ago
Andrew Tridgell 37d6b5fdaf AP_Motors: added output_motor_mask() 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
skyscraper de5130fa13 AP_Motors: RC_Channel refactor 9 years ago
skyscraper daec4ea10e AP_Motors: Fix up after RC_Channels refactor 9 years ago
Randy Mackay e41f798ba1 AP_Motors: remove unused set_stabilizing 9 years ago
Andrew Tridgell ff96085bd3 AP_Motors: allow arbitrary motor mapping with tricopters 9 years ago
Randy Mackay 7af9892bd1 AP_MotorsMatrix: make const a float 9 years ago
Randy Mackay 72a7f674ec AP_Motors: protect against out-of-bounds memory access 9 years ago
Andrew Tridgell fd7c87e629 AP_Motors: allow enabling oneshot on a subset of motors 9 years ago
Andrew Tridgell f2c63e24c5 AP_Motors: allow tricopter motor 7 to be moved to any output 9 years ago
Andrew Tridgell 6df4d11d3f AP_Motors: ensure OneShot125 is within 125 to 250usec 9 years ago
Andrew Tridgell fe2065cd72 AP_Motors: rename MOT_PWM_MODE to MOT_PWM_TYPE 9 years ago
Andrew Tridgell f54bcc6c7f AP_Motors: added oneshot support via MOT_PWM_MODE 9 years ago
Randy Mackay 8d77bdec15 AP_MotorsMulti: minor comment fix 9 years ago
Randy Mackay f6eabfdab2 AP_MotorsMulticopter: formatting fixes 9 years ago
Randy Mackay 6807b961e2 AP_MotorsMulticopter: protect against div-by-zero if MOT_SPIN_ARMED is zero 9 years ago
Randy Mackay b39798ad90 AP_Motors: remove unused DESIRED_SPIN_MIN_THROTTLE 9 years ago
Randy Mackay dc86e1472c AP_MotorsTri: protect against div-by-zero if MOT_YAW_SV_ANGLE param was set to 90 9 years ago
Randy Mackay 9b5b6f3779 AP_MotorsHeli: constrain filtered throttle 9 years ago
Randy Mackay b4a61e6ccf AP_Motors: remove constrain on throttle input 9 years ago
Leonard Hall fce426409e AP_MotorsTri: fix stab patch 9 years ago
Randy Mackay 49562c5ca3 AP_MotorsMulticopter: reduce num bits used for spool-up-down-mode 9 years ago
Randy Mackay 3ee88fd8c7 AP_MotorsCoax: remove output_min 9 years ago
Randy Mackay 8566a61660 AP_MotorsSingle: remove output_min 9 years ago
Randy Mackay 8621774040 AP_MotorsTri: remove output_min 9 years ago
Randy Mackay f4d94806e5 AP_MotorsMatrix: remove output_min 9 years ago
Randy Mackay b4b33db79b AP_MotorsMulticopter: promote output_min from Matrix class 9 years ago
Randy Mackay 2e8acf1f74 AP_MotorsHeli: calculate_scalars made protected 9 years ago
Randy Mackay bc1b8f415a AP_Motors: example sketch output limit flags 9 years ago
Randy Mackay c9055ccdb1 AP_Motors: example sketch tests Single and Coax 9 years ago
Randy Mackay 41c55ffbe7 AP_MotorsTri: use YAW_SV_REV to reverse yaw output 9 years ago
Leonard Hall 13d727c2c6 AP_MotorsTri: add YAW_SV_ANGLE parameter to capture yaw servo lean angle max 9 years ago
Randy Mackay c939cc1551 AP_MotorsTri: clarify YAW_SV parameter descriptions and comments 9 years ago
Leonard Hall 267513d864 AP_MotorsTri: fixes to output_armed_stabilizing 9 years ago
Leonard Hall 250a444e57 AP_MotorsCoax: fixes to stab patch 9 years ago
Randy Mackay 20565580ed AP_MotorsCoax: remove disabling of output ch7 9 years ago
Randy Mackay 63fefae7cf AP_MotorsCoax: use calc_pwm_output_1ot1 instead of local calc_pivot_radio_output 9 years ago
Leonard Hall 840e60c930 AP_MotorsSingle: fixes to stab patch 9 years ago
Randy Mackay af9b18329c AP_MotorsSingle: use calc_pwm_output_1to1 instead of local calc_pivot_radio_output 9 years ago
Randy Mackay c4b88aafef AP_MotorsHeli: swash and tail servo objects moved into class 9 years ago
Randy Mackay 4f1e62d551 AP_MotorsHeli: remove reset_radio_passthrough 9 years ago
Randy Mackay b5593431bf AP_MotorsHeli_Single: replace collective_mid_pwm with collective_mid_pct 9 years ago
Randy Mackay 9790245bf1 AP_MotorsHeli: replace collective_mid_pwm with collective_mid_pct 9 years ago
Randy Mackay a39bbc5421 AP_MotorsHeli: servo_test in range -1 to 1 9 years ago
Randy Mackay a42706bdcc AP_Motors: remove unused example sketch to test timing 9 years ago
Randy Mackay a3450b712c AP_Motors: fix example sketch 9 years ago