660 Commits (ca584943a5dead6fe0013c015f78699eb882ce10)

Author SHA1 Message Date
Michael du Breuil 334b1622e1 AP_AHRS: Allow checking all EKF cores for health 6 years ago
Pierre Kancir 54bc960ca3 AP_AHRS: move check_latlng to Location 6 years ago
Pierre Kancir 6da820ac7b AP_AHRS: use get_distance_NE instead of location_diff 6 years ago
Michael du Breuil 02b4379b6c AP_AHRS: Fix example rangefinder init 6 years ago
Pierre Kancir 701c5dd4c0 AP_AHRS: move location_update to Location and rename to offset_bearing 6 years ago
Mark Whitehorn dd8bfb0ad4 AP_AHRS: attitudes_consistent: no euler angles 6 years ago
Mark Whitehorn b32ccbfb33 AP_AHRS: fix attitudes_consistent bug 6 years ago
Tom Pittenger a577223ac6 AP_AHRS: rename dataflash to logger 6 years ago
Mark Whitehorn da1e5bc61f AP_AHRS: refactor View 6 years ago
IamPete1 d78275c0a3 AP_AHRS: rotate if none zero pitch trim 6 years ago
Andrew Tridgell 2ffded4dd7 AP_AHRS: implement get_velocity_NED() for DCM 6 years ago
Andrew Tridgell 6622a4579e AP_AHRS: fixed warning on WARN_IF_UNUSED 6 years ago
Michael du Breuil 2ed1757353 AP_AHRS: Remove unused uptime 6 years ago
Michael du Breuil 94a1835a9b AP_AHRS: Tag most of AHRS_VIEW as WARN_IF_UNUSED 6 years ago
Michael du Breuil c7c8c2a7c5 AP_AHRS: Tag a lot of the accessors as WARN_IF_UNUSED 6 years ago
Mark Whitehorn e71eae7d3b AP_AHRS: add new method get_quat_body_to_ned() 6 years ago
Peter Barker 3889c91974 AP_AHRS: use enum class for AltFrame enumeration 6 years ago
Mark Whitehorn 61a04bd898 AP_AHRS: fix bug in attitudes_consistent() 6 years ago
Peter Barker 4fa04e730b AP_AHRS: examples: compass init never fails 6 years ago
Mark Whitehorn 8c84fa5c64 AP_AHRS: apply AHRS trim in SITL 6 years ago
Michael du Breuil 0bf2fc004e AP_AHRS: Warn if the return value on (get, set)_origin is not checked 6 years ago
Randy Mackay ba02894734 AP_AHRS: attitude pre-arm check skips yaw if no compass 6 years ago
Dr.-Ing. Amilcar do Carmo Lucas 44ab1cf14b AP_AHRS: replace location_offset() and get_distance() function calls with Location object member function calls 6 years ago
Peter Barker 6fd687e861 AP_AHRS: retry sending home/origin if it fails 6 years ago
Peter Barker 3959780999 AP_AHRS: ensure home is always stored in ALT_FRAME_ABSOLUTE 6 years ago
Peter Barker 63e894e7e1 AP_AHRS: rename set_orientation to update_orientation 6 years ago
Randy Mackay b202270d1a AP_AHRS: minor format fixes 6 years ago
Randy Mackay f1a023c872 AP_AHRS: add attitudes_consistent pre-arm check 6 years ago
Tom Pittenger c45b96fee9 AP_AHRS: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 6 years ago
Peter Barker ab9c084179 AP_AHRS: add sanity checks for home location being set 6 years ago
Peter Barker 2e403bfd52 AP_AHRS: make setting of home boolean in preparation for sanity checks 6 years ago
Mark Whitehorn 0e2e077d96 AP_AHRS: add method to set pitch trim 6 years ago
Tom Pittenger c10fd9cafb AP_AHRS: unify singleton naming to _singleton and get_singleton() 6 years ago
ChrisBird 532431c284 AP_AHRS: Added get_max_wind to make it available for use in determining if the airspeed sensor is faulty. 6 years ago
Peter Barker 6fc76a32af GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Peter Barker 7406c5be37 AP_AHRS: adjust for Location_Class and Location unification 6 years ago
Peter Barker b416bc603e AP_AHRS_DCM: adjust for location flags being moved out of union 6 years ago
Pierre Kancir 3b96794fb5 AP_AHRS: remove useless virtual qualifier 6 years ago
Pierre Kancir d87853d93e AP_AHRS: pass vector by const reference 6 years ago
Andrew Tridgell 09dde518df AP_AHRS: fixed dead-reckoning groundspeed vector 6 years ago
Andrew Tridgell 33b26da2eb AP_AHRS: small cleanups 6 years ago
IamPete1 e1cdf9fe0a AP_AHRS: add trimed view 6 years ago
Michael du Breuil 4852562ec7 AP_AHRS: Suppress clearing non-trival type warning 6 years ago
Peter Barker e29dbbf158 AP_AHRS: notify and log home changes 6 years ago
Michael du Breuil c02863e001 AP_AHRS: Internalize EKF getLLH altitude management 6 years ago
Andrew Tridgell de02cb9c8b AP_AHRS: fixed synthetic airspeed to be along +ve X axis 6 years ago
Peter Barker 306a40bb77 AP_AHRS: fix writeOptFlowMeas signature 7 years ago
Andrew Tridgell 9897bf6127 AP_AHRS: support locked access to AHRS data 7 years ago
Andrew Tridgell 9a6113e5d8 AP_AHRS: fixed tailsitters in RealFlight 7 years ago