ardupilot/libraries/AP_Compass
Doug Weibel e109992c12 Add a CLI setup action to reset the magnetometer offsets
Since the magnetometer offsets are not available through the MAVLink parameter interface (since they are an AP_Var vector) this little feature allows them to be reset from the CLI.  Useful if you somehow get bad offsets or if you change magnetometer.  If you have a bad set of large offset values I have seen issues with the nulling algorithm have trouble converging to the proper values.  I have never seen it have trouble converging from 0/0/0, so this could be a useful feature from time to time.
2012-01-15 16:15:08 -07:00
..
examples/AP_Compass_test compass: show timing in compass test 2011-12-28 21:44:18 +11:00
AP_Compass.h Compass: removed the old 5883L driver 2011-08-13 05:09:58 +00:00
AP_Compass_HIL.cpp I2C: convert compass code to new I2C library 2011-12-28 20:41:53 +11:00
AP_Compass_HIL.h I2C: convert compass code to new I2C library 2011-12-28 20:41:53 +11:00
AP_Compass_HMC5843.cpp AP_Compass: when I2c fails, don't retry for 1s 2012-01-04 16:35:47 +11:00
AP_Compass_HMC5843.h AP_Compass: when I2c fails, don't retry for 1s 2012-01-04 16:35:47 +11:00
Compass.cpp Bug fix for compass. 2012-01-12 14:44:24 -07:00
Compass.h Add a CLI setup action to reset the magnetometer offsets 2012-01-15 16:15:08 -07:00
keywords.txt AP_Compass - changed include for AP_Math to use relative path (it was erroring for me at least when compiling ArduCopterNG with AP_Compass) 2010-12-12 14:02:21 +00:00