Package com.irurueta.ar.slam
Class QuaternionPredictorTest
java.lang.Object
com.irurueta.ar.slam.QuaternionPredictorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- 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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
JACOBIAN_ERROR
private static final double JACOBIAN_ERROR- See Also:
-
-
Constructor Details
-
QuaternionPredictorTest
QuaternionPredictorTest()
-
-
Method Details
-
testPredict
@Test void testPredict() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.RotationException
-
testPredictDefaultDt
@Test void testPredictDefaultDt() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.RotationException
-
testPredictWithRotationAdjustment
@Test void testPredictWithRotationAdjustment() throws com.irurueta.algebra.WrongSizeException, com.irurueta.geometry.RotationException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.geometry.RotationException
-