Class LevelingEstimatorTest
java.lang.Object
com.irurueta.navigation.inertial.estimators.LevelingEstimatorTest
-
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 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(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(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
-
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_HEIGHT
private static final double MIN_HEIGHT- See Also:
-
MAX_HEIGHT
private static final double MAX_HEIGHT- See Also:
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
TIME_INTERVAL
private static final double TIME_INTERVAL- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
LevelingEstimatorTest
LevelingEstimatorTest()
-
-
Method Details
-
testCheckKinematicValues
@Test void testCheckKinematicValues() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetRollWhenNoRotationTheoretical
@Test void testGetRollWhenNoRotationTheoretical() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetRollWhenNoRotation
@Test void testGetRollWhenNoRotation() -
testGetRollWithRotationTheoretical
@Test void testGetRollWithRotationTheoretical() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetRollWithRotation
@Test void testGetRollWithRotation() -
testGetPitchWhenNoRotationTheoretical
@Test void testGetPitchWhenNoRotationTheoretical() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetPitchWhenNoRotation
@Test void testGetPitchWhenNoRotation() -
testGetPitchWithRotationTheoretical
@Test void testGetPitchWithRotationTheoretical() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetPitchWithRotation
@Test void testGetPitchWithRotation() -
testGetYawWhenNoRotation
@Test void testGetYawWhenNoRotation() -
testGetYawWithRotation
@Test void testGetYawWithRotation() -
testGetYaw2
@Test void testGetYaw2() -
testGetRoll2
@Test void testGetRoll2() -
testGetPitch2
@Test void testGetPitch2() -
testGetYaw3
@Test void testGetYaw3() -
testGetAttitude1
@Test void testGetAttitude1() -
testGetAttitude2
@Test void testGetAttitude2() -
testGetAttitude3
@Test void testGetAttitude3() -
testGetAttitude4
@Test void testGetAttitude4() -
testGetRoll3
@Test void testGetRoll3() -
testGetPitch3
@Test void testGetPitch3() -
testGetYaw4
@Test void testGetYaw4() -
testGetYaw5
@Test void testGetYaw5() -
testGetAttitude5
@Test void testGetAttitude5() -
testGetAttitude6
@Test void testGetAttitude6() -
testGetRollAsAngle
@Test void testGetRollAsAngle() -
testGetPitchAsAngle
@Test void testGetPitchAsAngle() -
testGetYawAsAngle
@Test void testGetYawAsAngle() -
testGetYawAsAngle2
@Test void testGetYawAsAngle2() -
testGetRollAsAngle2
@Test void testGetRollAsAngle2() -
testGetPitchAsAngle2
@Test void testGetPitchAsAngle2() -
testGetYawAsAngle3
@Test void testGetYawAsAngle3() -
testGetRollAsAngle3
@Test void testGetRollAsAngle3() -
testGetPitchAsAngle3
@Test void testGetPitchAsAngle3() -
testGetYawAsAngle4
@Test void testGetYawAsAngle4() -
testGetYawAsAngle5
@Test void testGetYawAsAngle5()
-