425 Commits (ad0f2080c6d04e858c89853bfa8f9694359d89b9)

Author SHA1 Message Date
Jonathan Challinger d31d385490 AP_Compass: changes and fixes to LMA-based compass calibrate 10 years ago
bugobliterator c66bfc95e1 Compass: Add Levenberg-Marquadt for ellipsoid fit 10 years ago
bugobliterator 7711dde2ad Compass: implement 9 parameter ellipsoid fit 10 years ago
bugobliterator 35555c7b21 Compass: Add math for 9 parameter fitting 10 years ago
bugobliterator 7295537e8a Compass: decrease sphere coverage to 1/3rd 10 years ago
bugobliterator a2bd4e8997 Compass: Add less complex equations to calculate jacobians 10 years ago
bugobliterator 2ca0e80dc5 Compass: Add conditions to check sanity of results 10 years ago
bugobliterator 54bc28c96d Compass: Add Levenberg-Marquadt optimiser for sphere_fit 10 years ago
Jonathan Challinger c0a662c819 AP_Compass: CompassCalibrator initial commit 10 years ago
Jonathan Challinger f20ef69777 Compass: add soft-iron corrections 10 years ago
Jonathan Challinger 5fe6db0dc9 AP_Compass_PX4: use new compass backend interface 10 years ago
Jonathan Challinger ade39abc7f AP_Compass_HMC5843: use new compass backend interface 10 years ago
Jonathan Challinger 8800d03fce AP_Compass_HIL: use new compass backend interface 10 years ago
Jonathan Challinger cd5cf45ba8 AP_Compass_AK8963: use new compass backend interface 10 years ago
Jonathan Challinger add1b8c257 AP_Compass: modify backend interface to push raw samples to frontend 10 years ago
Jonathan Challinger b990eaed68 AP_Compass: add interface for raw and unfiltered field 10 years ago
Lucas De Marchi a66a201bf5 AP_Compass: HMC5843: Add support for MPU6000 auxiliary bus 10 years ago
Lucas De Marchi 628e446e3e AP_Compass: HMC5843: use a struct for raw value 10 years ago
Lucas De Marchi 9ecd1daf81 AP_Compass: HMC5843: remove useless delay 10 years ago
Lucas De Marchi c66c9c41f2 AP_Compass: HMC5843: be agnostic to I2C bus 10 years ago
Staroselskii Georgii 3eb6be64c9 AP_Compass: ignore first two readings in a clearer way 10 years ago
Staroselskii Georgii 633330db14 AP_Compass: rename calibration array in HMC 10 years ago
Staroselskii Georgii d8bddcbf3a AP_Compass: fix indentation in HMC's driver 10 years ago
Staroselskii Georgii 79ffddc6db AP_Compass: add a macro for checking calibration values in HMC 10 years ago
Lucas De Marchi f61386ae43 AP_Compass: HMC5843: release the lock before read 10 years ago
Staroselskii Georgii a9e8c1c464 AP_Compass: encapsulated calibration in HMC 10 years ago
Staroselskii Georgii 0fbc295d97 AP_Compass: encapsulated version detection in HMC driver 10 years ago
Lucas De Marchi 868d0bf3c3 AP_Compass: AK8963: refactor constructors 10 years ago
Lucas De Marchi a5df93bf10 AP_Compass: AK8963: be agnostic to I2C bus/address 10 years ago
Lucas De Marchi d92c2ac9f5 AP_Compass: pass backend instead of pointer to function 10 years ago
Lucas De Marchi 7e997564bf AP_Compass: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 69a86a78a6 AP_Compass: removed AVR1280 specific ifdef 10 years ago
Gustavo Jose de Sousa 58f300e78e AP_Compass: standardize inclusion of libaries headers 10 years ago
Randy Mackay 66469d7529 Compass_HMC5843: remove unnecessary i2c semaphore give 10 years ago
Julien BERAUD 39b42a4e6e AP_Compass_AK8963: suspend timer while reading 10 years ago
Julien BERAUD 0aa2fe7a0b AP_Compass_AK8963: fix sem handling 10 years ago
Lucas De Marchi 8240e5ae65 AP_Compass: AK8963: reduce bytes read 10 years ago
Lucas De Marchi 2b9c46e1ff AP_Compass: AK8963: don't oversample AK8963 10 years ago
Lucas De Marchi 6c2ceea165 AP_Compass: AK8963: remove author and connection comment 10 years ago
Staroselskii Georgii 8ab33c46ce AP_Compass: revisited AK8963 code 10 years ago
Lucas De Marchi fffedae3e0 AP_Compass: AK8963: reduce stack usage and zero out buffers 10 years ago
Lucas De Marchi 37734886a5 AP_Compass: AK8963: remove repeated comments 10 years ago
Lucas De Marchi 27d95b67a8 AP_Compass: AK8963: remove state machine 10 years ago
Lucas De Marchi e232543fca AP_Compass: AK8963: change initialization and rename methods 10 years ago
Lucas De Marchi ae5d9baddb AP_Compass: AK8963: remove defines not used anymore 10 years ago
Lucas De Marchi cae895bfdf AP_Compass: AK8963: group members together 10 years ago
Lucas De Marchi 28d3d775a4 AP_Compass: AK8963: remove resolution member 10 years ago
Lucas De Marchi 86b3312112 AP_Compass: AK8963: factor out common code of read_raw() 10 years ago
dgrat d941174978 AP_Compass: AK8963: enhance the readability 10 years ago
Lucas De Marchi fd5d25b1d5 AP_Compass: use ARRAY_SIZE macro 10 years ago