140 Commits (6d58f5e188481ba57f6d39a46baa5c2fdd6f0ee8)

Author SHA1 Message Date
Kevin Hester 996eda0080 Plane: Report MAV_STATE_ACTIVE if flying, MAV_STATE_STANDBY otherwise 12 years ago
Andrew Tridgell e455ee0a94 Plane: fixed throttle suppression for AUTO_FBW_STEER=1 12 years ago
Andrew Tridgell 1869cd52e1 Plane: fixed AUTO_FBW_STEER stick mixing 12 years ago
Andrew Tridgell 328e900364 Plane: changed TKOFF_THR_DELAY default to 2 12 years ago
Paul Riseborough 43cf0736a3 Plane: Auto Takeoff Check updates 12 years ago
Andrew Tridgell 43ffe91546 Plane: added FS_ACTION of 2 for glide 12 years ago
Andrew Tridgell cc6acac1dd Plane: added AUTO_FBW_STEER option 12 years ago
Andrew Tridgell f6688582a6 Plane: added FENCE_ACTION=3 behaviour 12 years ago
Andrew Tridgell accfd46633 Plane: update for new APM_Control API 12 years ago
Andrew Tridgell 890b77447a Plane: allow integrator in stabilize mode when no stick input 12 years ago
Andrew Tridgell 233b033e8c Plane: removed old speed/altitude control algorithms 12 years ago
Andrew Tridgell 29c854e676 Plane: remove unused function 12 years ago
Andrew Tridgell 51b9cf3e76 Plane: move failsafe variables into a structure 12 years ago
Andrew Tridgell 608345415b Plane: pass aircraft parameters to attitude controllers 12 years ago
Andrew Tridgell dbd47b2a30 Plane: make TECS the default speed/height controller 12 years ago
Andrew Tridgell dc024d425a Plane: re-do roll hanging in ACRO mode 12 years ago
Andrew Tridgell b37f79d307 Plane: update for new APM_Control API 12 years ago
Andrew Tridgell 113bc20f8a Plane: added a new CRUISE flight mode 12 years ago
Andrew Tridgell cc57bfcf12 Plane: fixed handling of deadzone in ACRO mode 12 years ago
Andrew Tridgell fc67f51901 Plane: added ACRO_ROLL_RATE and ACRO_PITCH_RATE parameters 12 years ago
Andrew Tridgell 608007361b Plane: added initial implementation of ACRO mode 12 years ago
Andrew Tridgell 3c97fad2ec Plane: changes for GPS field changes 12 years ago
Andrew Tridgell 7aa360b176 Plane: added relative_altitude helper functions 12 years ago
Andrew Tridgell 1355b6d89d Plane: break-up scheduling into smaller pieces 12 years ago
Andrew Tridgell d30dd7c3f1 Plane: only run TECS when in an auto-throttle mode 12 years ago
Andrew Tridgell a5bda3ffef Plane: changed to using a "aircraft parameters" structure 12 years ago
Paul Riseborough d62636d309 Plane: added new TECS altitude controller 12 years ago
Andrew Tridgell 75ef7c26e1 Plane: update takeoff course when conditions met 12 years ago
Andrew Tridgell 570ecea6c6 Plane: added secondary rudder support 12 years ago
Andrew Tridgell 056e0ca40d Plane: APM2 doesn't have channel 9 PWM output 12 years ago
Andrew Tridgell a1f64d606a Plane: fixed remaining places where primary channel ordering was assumed 12 years ago
Andrew Tridgell fb9bf21522 Plane: allow channel mapping of first 4 channels 12 years ago
Andrew Tridgell bb3171ab5f Plane: zero attitude integrators on the ground 12 years ago
Andrew Tridgell cd55ed45e2 Plane: removed the old roll/pitch/yaw PID controllers 12 years ago
Andrew Tridgell eba7d6da9a Plane: removed the old crash_timer code 12 years ago
Andrew Tridgell 767d9d0eb5 Plane: fixed stick mixing in AUTO modes 12 years ago
Andrew Tridgell c81421e275 Plane: added MIXING_GAIN parameter 12 years ago
Andrew Tridgell 6251d0510a Plane: obey pitch trim and throttle pitch feed forward in new controllers 12 years ago
Andrew Tridgell 11ad9d5a2d Plane: auto-invert pitch control when upside down 12 years ago
Andrew Tridgell 4e2b88f6e6 Plane: added ATT_CONTROLLER option to select attitude controller 12 years ago
Paul Riseborough 8c5b603848 Plane: use new APM_Control API 12 years ago
Andrew Tridgell 9584aa89d9 Plane: replaced constrain() with constrain_float() 12 years ago
Andrew Tridgell 3d7a4d0e6e Plane: added ELEVON_OUTPUT option 12 years ago
Andrew Tridgell 0b8c2da4df Plane: support 12 output channels on PX4 12 years ago
Andrew Tridgell 4f225eff57 Plane: if airspeed enabled, require 5m/s to unsuppress throttle 12 years ago
Andrew Tridgell 8f091e70c8 Plane: move elevon variables into a structure 12 years ago
Andrew Tridgell 11eb0cfce1 Plane: update for new AP_Navigation controller class 12 years ago
Andrew Tridgell e58f49aeaf Plane: copy rudder out in TRAINING mode 12 years ago
Andrew Tridgell bd2b9fbe9d Plane: simplify the VTail mixer to be more like a hardware mixer 12 years ago
Andrew Tridgell 406921faf1 Plane: added VTAIL_OUTPUT option 12 years ago