61 Commits (ccc5f409c5f038f46cf285515f5fa160ff17e238)

Author SHA1 Message Date
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
Pat Hickey 1c00d1ffe3 ArduPlane: Fix effect of ELEVON_REVERSE 13 years ago
Andrew Tridgell b3aa704c49 AirSpeed: added parameter ARSPD_USE 13 years ago
Andrew Tridgell 8afd196907 APM: adapt ArduPlane for AHRS framework 13 years ago
Phil 9242c157ee APM: Fix rudder in elevon mode. 13 years ago
Doug Weibel a5df59eba3 Remove old debug print 13 years ago
Doug Weibel 7879efb8ae Fix scaling on "turn coordination" yaw PID so that P gain values fall in "usual" range 0.1 to 10. 13 years ago
Andrew Tridgell 3b148c87d5 geofence: main geo-fence code 13 years ago
Andrew Tridgell 2bd18e937c throttle: only use throttle slew in auto throttle modes 13 years ago
Doug Weibel 2ef4c79a7c Minimum ground speed patch from Claudio Natoli. Thanks Claudio! 13 years ago
Michael Oborne c07d56ccbf Revert Changes 13 years ago
Michael Oborne 374f8cbcd0 better crosstrack 13 years ago
Michael Oborne 835b585e03 APM track following change 13 years ago
Amilcar Lucas 6484b83291 More optimizations 14 years ago
Amilcar Lucas 865bb34657 Optimize the code a bit more, only perform calculations if they are necessary 14 years ago
Amilcar Lucas c624582c91 Use a single if instead of four 14 years ago
Amilcar Lucas e232a0936f Use the shorter macro call instead 14 years ago
Andrew Tridgell 5d0d1b6a6d fixed a crash in HIL 14 years ago