169 Commits (b983caa97e519754f0f7d66b0cb0f4991d508d4a)

Author SHA1 Message Date
Andrew Tridgell b6bc50051f AP_AHRS: allow reporting of secondary AHRS solution 11 years ago
Andrew Tridgell 8c5cde4efd AP_AHRS: allow NavEKF to be enabled at runtime with AHRS_EKF_USE=1 11 years ago
Andrew Tridgell 7ac78ff991 AP_AHRS: create AP_AHRS_NavEKF class 11 years ago
Andrew Tridgell c7533579ac AP_AHRS: added get_airspeed() interface to AHRS 11 years ago
Randy Mackay 3dc6ea682c AHRS: add update_trig 11 years ago
Andrew Tridgell 410d356979 AP_AHRS: make airspeed_estimate const 11 years ago
Michael Day e5addf86c1 AP_AHRS: Added getters for compass and GPS. 11 years ago
Andrew Tridgell 6ed493b10f AP_AHRS: added attitude_reset() method for HIL_SENSORS 11 years ago
Andrew Tridgell 02d6f012ce AP_AHRS: added accel sum delay buffer to account for GPS lag 11 years ago
Andrew Tridgell d31e557983 AP_AHRS: save memory and reduce pointer references 11 years ago
Andrew Tridgell d305dd5946 AP_AHRS: debounce the GPS/compass consistency test 11 years ago
Randy Mackay 8306d74da0 AHRS: remove DMP as an ahrs 12 years ago
Andrew Tridgell c044385fff AP_AHRS: added groundspeed() method 12 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 57d2dd814d AP_AHRS: added get_position_lag() call 12 years ago
Andrew Tridgell 0d36832b82 AP_AHRS: use const reference not pointers for locations 12 years ago
Andrew Tridgell ec73fadc45 AP_AHRS: added true airspeed support in AHRS 12 years ago
Andrew Tridgell b721bcc129 AP_AHRS: removed get_roll_rate_earth() and get_pitch_rate_earth() 12 years ago
Andrew Tridgell 80e0f8044c AP_AHRS: added airspeed_sensor_enabled() function 12 years ago
Andrew Tridgell aaaa5247e3 AP_AHRS: make it possible to setup board orientation at runtime 12 years ago
Andrew Tridgell 14628990e6 AP_AHRS: make wind estimation configurable 12 years ago
Andrew Tridgell c08c084191 AP_AHRS: added get_projected_position() 12 years ago
Andrew Tridgell a17b85c661 AP_AHRS: use vectors for ground vector complimentary filter 12 years ago
Randy Mackay ceda7d26b0 AHRS: add correct_centrifugal and flags structure 12 years ago
Andrew Tridgell 943a1d8c8d AP_AHRS: added AHRS_GPS_MINSATS option 12 years ago
Andrew Tridgell 014c9376e7 AP_AHRS: use const references where possible 12 years ago
Andrew Tridgell 7ad293e270 AP_AHRS: made a few methods const 12 years ago
Andrew Tridgell a4d25f5a82 AHRS: removed AHRS_BARO_USE option 12 years ago
priseborough b63d0969b7 AP_AHRS: Addition of a first order complementary filter to AP_AHRS::groundspeed_vector 12 years ago
Andrew Tridgell ee81b0f729 AP_AHRS: added wind_correct_bearing() and groundspeed_vector() 12 years ago
Andrew Tridgell 896fd52aa1 AP_AHRS: fixed functions that need to be virtual 12 years ago
Andrew Tridgell 8459da202c AP_AHRS: prevents compass flyaways for plane and rover 12 years ago
Randy Mackay 24044dc0c4 AHRS: add support for GPS fix type 2D 12 years ago
Randy Mackay 3321db8dde AHRS: limit trim to 10 degrees 12 years ago
Andrew Tridgell 6119201307 AP_AHRS: ensure compass is non-NULL for set_board_orientation() 12 years ago
Andrew Tridgell 848fc3e32d AP_AHRS: added AHRS_ORIENTATION parameter 12 years ago
Andrew Tridgell 3ac3aeb1b1 AHRS: fixed build on ARM 12 years ago
Andrew Tridgell 583845cc17 ahrs fixup 12 years ago
Andrew Tridgell 1b0670e67c AHRS: fixup for ARM compiler 12 years ago
rmackay9 bd0e018ca0 ArduCopter: restore auto-trim method but now use AHRS.add_trim 12 years ago
rmackay9 1f7614929f AP_AHRS: save trim to eeprom when set_trim is called 12 years ago
rmackay9 1c08f176ea AP_AHRS: add get_accel_ef method to return earth frame accelerometer values for use in ArduCopter's inertial nav and accel based throttle 12 years ago
Andrew Tridgell 5c148153ac AP_AHRS: updates for new AP_Param API 12 years ago
Pat Hickey 9bf69d4e0d AP_AHRS: port to AP_HAL 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
rmackay9 83ae8e47be AP_AHRS: replace IMU with INS and add roll and pitch trim 12 years ago
rmackay9 8c6fd340d7 AP_AHRS: added scheduler parameter to init 13 years ago
Andrew Tridgell fba1692d69 AHRS: added AHRS_BARO_USE parameter 13 years ago
Andrew Tridgell de28cc8b28 AHRS: added AHRS_WIND_MAX option 13 years ago
Andrew Tridgell 2be785899b AHRS: added airspeed_estimate() function 13 years ago