ardupilot/libraries/AP_AccelCal
Siddharth Bharat Purohit 451c2f146d AP_AccelCal: fix bug preventing accel cal fit to run more than one iteration
The check for fitness being smaller than the last value should use the
absolute value, to mean the fitness isn't changing since last iteration.
It's currently always quiting the function after the first iteration.

However for Gauss Newton we anyway want to run as many iterations as we
can, because there are ups and downs along the iteration so we might get
say best result where before and after iterations were bad. The lines
above takes care that sane and the best is selected.
2016-11-18 20:03:30 -02:00
..
AP_AccelCal.cpp AP_AccelCal: send and receive MAV_CMD_ACCELCAL_VEHICLE_POS 2016-11-15 11:42:54 -08:00
AP_AccelCal.h AP_AccelCal: send and receive MAV_CMD_ACCELCAL_VEHICLE_POS 2016-11-15 11:42:54 -08:00
AccelCalibrator.cpp AP_AccelCal: fix bug preventing accel cal fit to run more than one iteration 2016-11-18 20:03:30 -02:00
AccelCalibrator.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00