127 Commits (2d3a62eae3361f3269ecff02d0152604a5e66f69)

Author SHA1 Message Date
Andrew Tridgell 493ab96b29 AP_Compass: added QURT driver 9 years ago
Andrew Tridgell 3b546bb242 AP_Compass: added qflight driver 9 years ago
Lucas De Marchi 766252cd87 AP_Compass: don't use ternary operator in place of if/else 9 years ago
Aaron Wang Shi 5a085b1610 AP_Compass: add support to BH hat 9 years ago
Caio Marcelo de Oliveira Filho 0d3fbbdd37 AP_Compass: use millis/micros/panic functions 9 years ago
José Roberto de Souza 17e105640e AP_InertialSensor: Add HAL_COMPASS_AK8963_MPU9250_I2C to _detect_backends() 9 years ago
José Roberto de Souza 1fc29a2654 AP_Compass: AK8963: Use MPU9250 auxiliary bus 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 10 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 10 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 10 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 10 years ago
Lucas De Marchi e6b942ffb0 AP_Compass: use HMC5843 behind MPU6000 for minlure 10 years ago
Lucas De Marchi 1a4a26de2b AP_Compass: remove check for max compass instances 10 years ago
Randy Mackay 6bdeae97b6 Compass: update param descriptions 10 years ago
Randy Mackay 131536a3a7 Compass: resolve compiler warning 10 years ago
Gustavo Jose de Sousa 0caaef7394 AP_Compass: mention mag field unit in existing documentation 10 years ago
Gustavo Jose de Sousa 99a55f9379 AP_Compass: use compass get_{field,offsets}() functions 10 years ago
mirkix ddb8e67954 AP_Compass: Add support for more then one AK8963 10 years ago
Randy Mackay fff5ec09eb AP_Compass: fix consistent check for less than three compasses 10 years ago
Jonathan Challinger 87bbf1a487 AP_Compass: add consistent() function 10 years ago
Andrew Tridgell fa9ff5b604 AP_Compass: added parameter for compass calibration fitness threshold 10 years ago
raspilot 19b4f5559a AP_Compass: added LSM303D driver 10 years ago
Andrew Tridgell c59bdc12df AP_Compass: fix the milligauss handling 10 years ago
Staroselskii Georgii e93ff44a97 AP_Compass: make a transition to milligauss in Compass library 10 years ago
Siddharth Bharat Purohit 6a603eb594 Compass_cal: implement the concept of auto and mandatory user reboot after cal 10 years ago
Jonathan Challinger de600ca3da AP_Compass: configured() only checks compasses with _USE set 10 years ago
Jonathan Challinger cc36401b7c AP_Compass: add calibration interface 10 years ago
Jonathan Challinger f20ef69777 Compass: add soft-iron corrections 10 years ago
Lucas De Marchi a66a201bf5 AP_Compass: HMC5843: Add support for MPU6000 auxiliary bus 10 years ago
Lucas De Marchi c66c9c41f2 AP_Compass: HMC5843: be agnostic to I2C bus 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
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 cedc9a8670 Compass: add last_update_usec per instance 10 years ago
Julien BERAUD 51c3c499e2 AP_Compass: support AK8963 on I2C 10 years ago
Julien BERAUD 0b41da0dea AP_Compass: rework to make the bus generic for AK8963 10 years ago
Staroselskii Georgii 26c8007c96 AP_Compass: updated backend detect method 10 years ago
Randy Mackay 43b1694c76 Compass: add third compass to PRIMARY param description 10 years ago
Andrew Tridgell edc21cfa38 AP_Compass: make having no compass backends non-fatal 10 years ago
Andrew Tridgell 91b4ba3588 AP_Compass: allow for more than one compass in HIL/SITL 10 years ago
Andrew Tridgell 015fce5183 AP_Compass: revert AP_Math class change 10 years ago
Tom Pittenger d09ef4783d AP_Compass: compiler warnings: reorder constructors 10 years ago
Tom Pittenger ad11a57f57 AP_Compass: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger 16e71ec1ce Compass: fix compile warning re member init order 10 years ago
Andrew Tridgell dcb25632fb AP_Compass: removed old setHIL compass offset 10 years ago
Andrew Tridgell d7000c4105 AP_Compass: fixed compass timestamps in Replay 10 years ago
Andrew Tridgell 1962706a33 AP_Compass: fixed last_update, using last_update_usec() 10 years ago
Andrew Tridgell fec2025469 AP_Compass: added set_hil_mode() 10 years ago
Andrew Tridgell 0efd3bacea AP_Compass: make new backend match old PX4 behaviour 10 years ago