13403 Commits (5e1149733288ef9a2377e9411aac3542ac733dd3)

Author SHA1 Message Date
Tom Pittenger 372837b959 Update AP_ADSB.cpp 8 years ago
murata 753638851e AP_Baro: Changed if statements to switch statement. 8 years ago
Pierre Kancir 47f1a754c5 AP_Math: add some test for vector2 equality test 8 years ago
Pierre Kancir eae093cd2a AP_Math: add test for is_equal for int 8 years ago
Pierre Kancir da49149d19 AP_Math: is_equal correct comparison for integer as epsilon doesn't exist. 8 years ago
Randy Mackay e7f2c9870a AC_Avoid: add accessor for proximity enabled 8 years ago
Randy Mackay b114d3928e AC_Avoid: fix distance to lean angle logic 8 years ago
Randy Mackay 1b582b2009 AC_Avoid: avoidance for non-GPS flight modes 8 years ago
Randy Mackay fbbd13db75 AP_Proximity: add get_object methods for use with non-GPS avoidance 8 years ago
Peter Barker 802206baed AP_AHRS: remove use of uninitialised value 8 years ago
Lucas De Marchi 9569ed94a9 AP_InertialSensor: Invensense: use capital letters for define 8 years ago
Jonathan Challinger 86406199a9 AC_PrecLand: reserve parameter indices 8 years ago
murata a2649949df AP_Compass: Changed if statements to switch statement. 8 years ago
Pierre Kancir bf135aeff7 SITL: Aircraft correct some syntax, implicit cast, make some local variable const, remove tabs and whitespace 8 years ago
Pierre Kancir ce734b5f7b AP_Math: Remove unecessary check 8 years ago
Randy Mackay 3ed9eb98f3 SITL: minor comment fix for SIM_Multicopter 8 years ago
Randy Mackay 5d0be2de9f AP_Gripper: minor comment fix 8 years ago
priseborough f1c05ee320 AP_NavEKF3: Allow accel switch on bias uncertainty to be adjusted 8 years ago
Andrew Tridgell a30745903a AP_InertialSensor: use ACC2_BIAS 8 years ago
Andrew Tridgell 65c3d0e060 SITL: added ACC2_BIAS 8 years ago
priseborough 7d4a50f483 AP_NavEKF3: Prevent unwanted core switch on startup 8 years ago
priseborough cd6fd0ea45 AP_NavEKF3: Improvements to range finder selection logic 8 years ago
Andrew Tridgell 0e14992b34 DataFlash: hide direct EK2/EK3 logging 8 years ago
Andrew Tridgell 0870e02584 AP_AHRS: fixed example build 8 years ago
Andrew Tridgell 29bc07f410 AP_HAL: setup for building ucavcan on FMUv3 but not FMUv2 8 years ago
Andrew Tridgell 67b97b21db AP_BoardConfig: switched to always using in-tree sensors 8 years ago
Andrew Tridgell bd0a0510ed AP_HAL: define FMUv3 8 years ago
priseborough 60ebe97e10 AP_InertialSensor: remove unused EKF1 include 8 years ago
priseborough 509709ce9d AP_Motors: remove unused EKF1 include 8 years ago
priseborough 453ced4a38 AP_GPS: remove unused EKF1 include 8 years ago
priseborough bb29c74e52 AP_NavEKF: remove EKF1 8 years ago
priseborough 809bfc1154 GCS_MAVLink: replace call to EKF1 8 years ago
priseborough f70cc3cf34 AP_InertialNav: remove EKF1 8 years ago
priseborough 6d086e0c31 AP_Mount: remove EKF1 8 years ago
priseborough 78f89e0663 AP_Beacon: Update parameters for EKF3 testing 8 years ago
priseborough 33a7c682a3 AP_AHRS: Add EKF3 and remove EKF1 8 years ago
Andrew Tridgell b00ec26957 DataFlash: Add EKF3 and remove EKF1 8 years ago
Andrew Tridgell 75688c8342 AP_OpticalFlow: Add EKF3 and remove EKF1 8 years ago
priseborough 7202acc1b5 AP_NavEKF3: Default EKF3 to off 8 years ago
priseborough 39969e7d8e AP_NavEKF3: added EKF3 for EKF experimentation 8 years ago
Andrew Tridgell ab05472e0e AP_AHRS: added EKF3 for EKF experimentation 8 years ago
priseborough fd8916ef38 DataFlash: fix Baro 3 labels 8 years ago
priseborough cd669738a5 AP_Beacon: fix SITL param error 8 years ago
priseborough fe69d9a0ea AP_NavEKF2: remove duplicate include 8 years ago
priseborough a8f3a374e2 AP_NavEKF2: replace sqrt function calls with sqrtf 8 years ago
Lucas De Marchi b0ddf81687 Remove stdbool.h include for C++ sources 8 years ago
Andrew Tridgell 790d186c6c AP_Compass: switched to unified Invensese driver for AK8963 8 years ago
Andrew Tridgell 65b9b86099 AP_InertialSensor: unify MPU6000 and MPU9250 drivers 8 years ago
murata 0f486aeecb AC_Fence: shorten calculation of return value 8 years ago
Tom Pittenger 3e2098192b AP_Landing: add is_complete() accessor 8 years ago