Skip to content

Commit

Permalink
Compass: Change the requirements on the calibration routine.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbenemann committed Oct 21, 2014
1 parent 10ae529 commit 9a467c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

public class MagnetometerCalibration implements OnDroneListener {

private static final double ELLIPSOID_FITNESS_MIN = 0.98;
public static final int MIN_POINTS_COUNT = 100;
private static final double ELLIPSOID_FITNESS_MIN = 0.97;
public static final int MIN_POINTS_COUNT = 250;
private static final int REFRESH_RATE = 50; //hz

public interface OnMagCalibrationListener {
Expand Down

0 comments on commit 9a467c7

Please sign in to comment.