2231 Commits (eb23e461d49ef92ac4eb01a21431e1097adb1a88)

Author SHA1 Message Date
Andrew Tridgell 191d6df0ea Plane: moved EKF2 to a new parameter index 9 years ago
Andrew Tridgell 6e4c0dd3d7 Plane: allow non-blocking calibrations while armed 9 years ago
Andrew Tridgell 0f50f483b8 Plane: update for new airspeed calibration 9 years ago
Andrew Tridgell d3494d1369 Plane: don't stall EKF during baro cal 9 years ago
Andrew Tridgell 5b4bbf08fd Plane: use send_heartbeat wrapper 9 years ago
Andrew Tridgell 4a7dea0c5b Plane: simplify UART setup 9 years ago
Andrew Tridgell 9f47e6417b Plane: always build with MAVLink2 headers 9 years ago
Andrew Tridgell 309dbef2ec Plane: fixed mavlink1 dependency on px4 9 years ago
Andrew Tridgell eee06da1b5 Plane: use HAVE_PAYLOAD_SPACE() 9 years ago
Andrew Tridgell be14714fa4 ArduPlane: update signing timestamp on GPS lock 9 years ago
Andrew Tridgell a103e70460 ArduPlane: handle SETUP_SIGNING message 9 years ago
Andrew Tridgell b7fe96188d Plane: raise range of THR_FS_VALUE 9 years ago
Andrew Tridgell e0a9a8196c Plane: fixed throttle failsafe with THR_PASS_STAB=1 9 years ago
Don Gagne 151686ce9d ArduPlane: SET_SENSORS_OFFSETS support for third compass 9 years ago
Tom Pittenger 36a1054f77 Plane: remove Tom Pittenger as an author since he's now listed as a lead 9 years ago
Tom Pittenger c9167f89eb Plane: add Tom Pittenger as co-lead developer 9 years ago
Tom Pittenger 30c5c9eb5d Plane: log SONR.DistCM in cm as SONR.Dist as meters 9 years ago
Tom Pittenger 00863623d7 Plane: SONR logging, remove BaroAlt,GSpd,Thr 9 years ago
Tom Pittenger b2fb2f3949 Plane: optimize millis() calls by reusing result 9 years ago
Tom Pittenger 1a066cadd2 Plane: fixed float->double print warning 9 years ago
Tom Pittenger 6746b4227a Plane: handle large negative baro offsets (corner case) to self-trigger a land-abort go-around 9 years ago
Tom Pittenger a1c4103cef Plane: print to GCS the newly calculated glide slope angle 9 years ago
Tom Pittenger f048aafb76 Plane: store auto land slope 9 years ago
Tom Pittenger 034cd2413e Plane: re-calc landing glide slope to gracefully handle baro offset during long flights 9 years ago
Tom Pittenger 4a6dd5a781 Plane: reset baro drift when setting home while disarmed 9 years ago
Andrew Tridgell e3b2e90a27 Plane: cleanup unnecessarily complex gcs[] usage 9 years ago
dgrat 48c243bed0 ArduPlane: Do not use is_zero() for non-float types 9 years ago
Tom Pittenger 7af888633d Plane: 3of3 add loiter_xtrack option flag for post-loiter navigation 9 years ago
Tom Pittenger 78d6291e2c Plane: corrected land abort gcs msg 9 years ago
Tom Pittenger 6c0579a895 Plane: for better helical landings allow for instant approach stage if previous nav cmd was LOITER_TO_ALT 9 years ago
Tom Pittenger ba5b4e694c Plane: log NTUN:ArspdErr airspeed error (in meters) 9 years ago
Tom Pittenger 1551b9d881 Plane: remove redundant logging in NTUN 9 years ago
Tom Pittenger 8a58f5a5eb Plane: convert airspeed_error_cmd to airspeed_error (in meters) 9 years ago
Tom Pittenger 25dfb583d5 Plane: adjust target_airspeed with and without airspeed sensor (pitot) 9 years ago
Andrew Tridgell 2a0476483b Plane: make takeoff less noisy with zero timeout 9 years ago
Andrew Tridgell 574ba71ef3 Plane: update for AP_TECS API change 9 years ago
Ricardo de Almeida Gonzaga 1fad971851 ArduPlane: Fix typos 9 years ago
Michael du Breuil 7142bacfaa Plane: improve user friendliness of throttle fs msg 9 years ago
Andrew Tridgell 12e0012b16 Plane: allow for NAV_LOITER_UNLIM and NAV_LOITER_TIME in quadplane 9 years ago
Andrew Tridgell 3fc43b94f9 Plane: separate out auto and guided VTOL states 9 years ago
Andrew Tridgell bcc64e0b4a Plane: fixed tiltrotor build failure 9 years ago
Andrew Tridgell 691d4b6ca7 Plane: added local reached_loiter_target() 9 years ago
Andrew Tridgell 52ea443d65 Plane: added Q_THR_MIN 9 years ago
Andrew Tridgell a61d608915 Plane: fixed numerical error if starting VTOL landing at destination 9 years ago
Andrew Tridgell 357ed1f4b9 Plane: enable weathervaning in GUIDED and TAKEOFF quadplane modes 9 years ago
Andrew Tridgell 6b358a5618 Plane: added Q_GUIDED_MODE parameter 9 years ago
Andrew Tridgell 3bd5b42c69 Plane: refactor quadplane land controller as general VTOL position controller 9 years ago
Andrew Tridgell 6fdaaa7d98 Plane: new tilt compensation method 9 years ago
Andrew Tridgell 46bf2b83f5 Plane: use equal thrust in tiltrotors when over Q_TILT_MAX 9 years ago
Andrew Tridgell eab42c5740 Plane: fixed attitude logging with fast logging off 9 years ago