Package com.irurueta.ar.slam
Class SlamCalibrationDataTest
java.lang.Object
com.irurueta.ar.slam.SlamCalibrationDataTest
-
Field Summary
Fields -
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
-
Field Details
-
ABSOLUTE_ERROR
public static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
SlamCalibrationDataTest
SlamCalibrationDataTest()
-
-
Method Details
-
testConstructorGetControlLengthAndGetStateLength
@Test void testConstructorGetControlLengthAndGetStateLength() -
testGetSetControlMean
@Test void testGetSetControlMean() -
testGetSetControlCovariance
@Test void testGetSetControlCovariance() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testSetControlMeanAndCovariance
@Test void testSetControlMeanAndCovariance() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testPropagateWithControlJacobian
@Test void testPropagateWithControlJacobian() throws com.irurueta.algebra.WrongSizeException, com.irurueta.statistics.InvalidCovarianceMatrixException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.statistics.InvalidCovarianceMatrixException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws com.irurueta.algebra.WrongSizeException, IOException, ClassNotFoundException- Throws:
com.irurueta.algebra.WrongSizeException
IOException
ClassNotFoundException
-