Class ECIGravitationEstimatorTest
java.lang.Object
com.irurueta.navigation.inertial.estimators.ECIGravitationEstimatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
LATITUDE_DEGREES
private static final double LATITUDE_DEGREES- See Also:
-
LONGITUDE_DEGREES
private static final double LONGITUDE_DEGREES- See Also:
-
HEIGHT
private static final double HEIGHT- See Also:
-
GRAVITATION
private static final double GRAVITATION- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
MIN_LATITUDE_DEGREES
private static final double MIN_LATITUDE_DEGREES- See Also:
-
MAX_LATITUDE_DEGREES
private static final double MAX_LATITUDE_DEGREES- See Also:
-
MIN_LONGITUDE_DEGREES
private static final double MIN_LONGITUDE_DEGREES- See Also:
-
MAX_LONGITUDE_DEGREES
private static final double MAX_LONGITUDE_DEGREES- See Also:
-
TIME_INTERVAL_SECONDS
private static final double TIME_INTERVAL_SECONDS- See Also:
-
-
Constructor Details
-
ECIGravitationEstimatorTest
ECIGravitationEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testEstimateWithCoordinates
@Test void testEstimateWithCoordinates() -
testEstimateAndReturnNewWithCoordinates
@Test void testEstimateAndReturnNewWithCoordinates() -
testEstimateWithECIFrame
@Test void testEstimateWithECIFrame() -
testEstimateAndReturnNewWithECIFrame
@Test void testEstimateAndReturnNewWithECIFrame() -
testEstimateWithPosition
@Test void testEstimateWithPosition() -
testEstimateAndReturnNewWithPosition
@Test void testEstimateAndReturnNewWithPosition() -
testEstimateWithDistances
@Test void testEstimateWithDistances() -
testEstimateAndReturnNewWithDistances
@Test void testEstimateAndReturnNewWithDistances() -
testEstimateForAGivenLatitudeAndLongitude
@Test void testEstimateForAGivenLatitudeAndLongitude() -
testEstimateForMultipleLatitudesAndLongitudes
@Test void testEstimateForMultipleLatitudesAndLongitudes() -
testEstimateAtCenterOfEarth
@Test void testEstimateAtCenterOfEarth()
-