Package com.irurueta.ar.slam
Class VelocityPredictorTest
java.lang.Object
com.irurueta.ar.slam.VelocityPredictorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
-
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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
JACOBIAN_ERROR
private static final double JACOBIAN_ERROR- See Also:
-
-
Constructor Details
-
VelocityPredictorTest
VelocityPredictorTest()
-
-
Method Details
-
testPredict
@Test void testPredict() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testPredictWithVelocityAdjustment
@Test void testPredictWithVelocityAdjustment() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-