2306 Commits (1727418dc9c3cecf06c796b53ff554b4cf4c9bad)

Author SHA1 Message Date
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
Andrew Tridgell bbb5f68bb7 Plane: added initial support for tiltrotors and tiltwings 9 years ago
Andrew Tridgell 89a2a92885 Plane: support better build time selection of multicopter frame type 9 years ago
dgrat 76362caee0 AP_Math: Replace wrap_* functions with template versions 9 years ago
skyscraper 4d769497c9 ArduPlane: RC_Channel refactor 9 years ago
skyscraper e9e2f9020d ArduPlane: RC_Channel refactor, reimplement stick_mix_channels 9 years ago
skyscraper 7f29903287 ArduPlane: Fix up after refactoring RC_Channel class 9 years ago
Andrew Tridgell 9f84a22d22 Plane: removed unnecessary libs 9 years ago
Andrew Tridgell dcb24f2bc1 Plane: use DataFlash::log_while_disarmed() 9 years ago
Andrew Tridgell 51877a20d6 Plane: added some more tuning sets 9 years ago
Andrew Tridgell 35ef20b23a Plane: use separate definition for TUNE_PARM 9 years ago
Andrew Tridgell 7a8bf033e1 Plane: allow for tuning of single parameters 9 years ago
Leandro Pereira f23bd7e09d GCS_MAVLink: Use a single stream_trigger() implementation 9 years ago
Lucas De Marchi 0eab8847f2 ArduPlane: remove mention to .pde files 9 years ago
Andrew Tridgell db5f50e08e Plane: convert tuning to use AP_Tuning library 9 years ago
Andrew Tridgell 3853aa0fe3 Plane: fix for changed API 9 years ago
Andrew Tridgell cbbf26a1f6 Plane: removed Log_Write_IMUDT 9 years ago
Andrew Tridgell 3bbc6353d8 Plane: use have_ekf_logging() 9 years ago
Andrew Tridgell 2a7edfd3d1 Plane: fixed setting of failsafe for motors in quadplane 9 years ago
Michael Day b096e1404d Plane: Add MAVLink message handler for CMD_DO_CHANGE_SPEED 9 years ago
Lucas De Marchi fea084a596 Global: use ap_version.h 9 years ago
Lucas De Marchi baa287e5e5 ArduPlane: use separate header for version macro 9 years ago
Rimvydas Naktinis 3c00324fd2 Plane: Parachute uses altitude above ground (not home) to check suitability for deployment. 9 years ago
Rimvydas Naktinis 9fdf39baf0 Plane: Added a method that returns current altitude relative to terrain, if available, or home otherwise. 9 years ago
Allan Matthew 25c8027606 Plane: handle new MAVLink rangefinder input 9 years ago
Michael du Breuil 0fcfcdc169 Plane: Broadcast POSITION_TARGET_GLOBAL_INT as part of the EXTENDED_STATUS stream 9 years ago