78 Commits (83adb72f16f8d593a1f5c3cc200894e6fa2fa19f)

Author SHA1 Message Date
Andrew Tridgell 4cdb3cd390 Plane: use GRAVITY_MSS 12 years ago
Andrew Tridgell feca411943 Plane: added new TRAINING mode 12 years ago
Andrew Tridgell cf18534163 Plane: use new functions 12 years ago
Pat Hickey f8dec9ae4a ArduPlane: fixes to use CONFIG_HAL_BOARD instead of CONFIG_APM_HARDWARE 12 years ago
Pat Hickey 92b0c302f2 ArduPlane: Ported to AP_HAL 12 years ago
Andrew Tridgell f5abc2c25e Plane: switch to an enum for flight modes 12 years ago
Andrew Tridgell 0260559147 Plane: fixed throttle slew limit code 12 years ago
Andrew Tridgell 697c386075 Plane: use correct throttle range in slewrate 12 years ago
Andrew Tridgell 92cd631ce5 Plane: added THR_PASS_STAB parameter 12 years ago
Andrew Tridgell 61f2e18e2e APM: allow ailerons to move fully during servo demo 12 years ago
Andrew Tridgell fcbd3a823b APM: added a new type of auxilary aileron, with rc input 12 years ago
rmackay9 ef727bbb3c ArduPlane: move to use new INS library instead of IMU library 12 years ago
Andrew Tridgell c7b47a0e47 APM: allow for arbitrary ranges and reversal on 2nd aileron 12 years ago
Andrew Tridgell 81d507d39e APM: fixed differential spoilers in manual mode 12 years ago
Andrew Tridgell 8c0296b27a APM: fixed additional aileron channels in manual mode 12 years ago
Xichen Shi 8c46fced16 APM: Added functionality to use differential spoilers in elevon mode 12 years ago
Andrew Tridgell d5c35fcc8b APM: fixed stick mixing for STABILISE mode 13 years ago
Andrew Tridgell 56c354eb4f APM: fixed stick mixing in CIRCLE mode on throttle failsafe 13 years ago
Andrew Tridgell 6bae5ecd51 APM: added THR_SUPP_MAN option 13 years ago
Andrew Tridgell 12dc2e79cf APM: save 100 bytes of memory 13 years ago
Andrew Tridgell bad73b0686 APM: fixed elevon mixing 13 years ago
Andrew Tridgell c9a299665c APM: added speed scaling to wheeled steering 13 years ago
Andrew Tridgell 49468953a3 APM: updated for new RC_Channel_aux API 13 years ago
Andrew Tridgell dec12c7370 APM: use ahrs.airspeed_estimate() in two more places 13 years ago
Andrew Tridgell e2b8817a89 APM: added the ability to forcibly crash the plane on OBC failsafe breach 13 years ago
Andrew Tridgell fce01464b1 APM: added ALT_CTRL_ALG parameter 13 years ago
Andrew Tridgell d13d117e61 APM: removed reset_I() and instead auto-reset integrator in PID library 13 years ago
Andrew Tridgell dcbd0fbd44 APM: cleanup throttle suppression code and don't use airspeed to unsupress 13 years ago
Andrew Tridgell 3c7d7ba228 APM: use airspeed estimate for speed scaling if available 13 years ago
Andrew Tridgell c35530c362 APM: fixed wheeled takeoff with Jons new controllers 13 years ago
Andrew Tridgell d445482ace APM: added optional use of new APM_Control library 13 years ago
uncrustify d5767ef817 uncrustify ArduPlane/Attitude.pde 13 years ago
Andrew Tridgell c5b77f3909 APM: reset steering PID integrator in reset_I() 13 years ago
rmackay9 6d489947cf ArduPlane: replaced many "int" with "int16_t", "long" with "int32_t" 13 years ago
Andrew Tridgell 6300fa7399 math: more abs() fixes 13 years ago
Andrew Tridgell 1252ddfe0c APM: rename RDRSTEER to WHEELSTEER 13 years ago
Andrew Tridgell e26e8b3b67 APM: added RDRSTEER_ PID for steering on ground 13 years ago
Andrew Tridgell e2c8ec2c9e APM: removed THROTTLE_REVERSE option 13 years ago
Andrew Tridgell e133900c68 APM: Added STICK_MIXING option 13 years ago
Andrew Tridgell 2114acddf1 APM: fixed default flap speed 13 years ago
Andrew Tridgell 5bfd1200d6 APM: change variables to use _cm, _cd and _ms suffix for units 13 years ago
Amilcar Lucas 9c1ac2d9e6 More work on ch9, 10 and 11 13 years ago
Andrew Tridgell 6bcfe913f7 APM: added a SCALING_SPEED parameter 13 years ago
Andrew Tridgell 7e697e4abd APM: switch back to old nav_roll calculation 13 years ago
Andrew Tridgell d6e370886f APM: rename airspeed_cruise to airspeed_cruise_cm to make the units clearer 13 years ago
Andrew Tridgell 1cf5057c61 APM: Use g.airspeed_cruise for turn rate calculation if the airspeed sensor is disabled. 13 years ago
Jonathan Challinger c7da63509b APM: Removed unused YAW_DAMPENER code. 13 years ago
Jonathan Challinger d9d055ef78 APM: Removed incorrect nav_gain_scaler from nav_roll calculation. 13 years ago
Andrew Tridgell de3c9ce56d Airspeed: change APM to use new AP_Airspeed library 13 years ago
Andrew Tridgell f6d7d1bc59 APM: changed PID library to do automatic deltat calculation 13 years ago