Class TimedBodyKinematicsTest
java.lang.Object
com.irurueta.navigation.inertial.calibration.TimedBodyKinematicsTest
-
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 double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static BodyKinematics(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_SPECIFIC_FORCE
private static final double MIN_SPECIFIC_FORCE- See Also:
-
MAX_SPECIFIC_FORCE
private static final double MAX_SPECIFIC_FORCE- See Also:
-
MIN_ANGULAR_RATE_VALUE
private static final double MIN_ANGULAR_RATE_VALUE- See Also:
-
MAX_ANGULAR_RATE_VALUE
private static final double MAX_ANGULAR_RATE_VALUE- See Also:
-
MIN_TIMESTAMP_VALUE
private static final double MIN_TIMESTAMP_VALUE- See Also:
-
MAX_TIMESTAMP_VALUE
private static final double MAX_TIMESTAMP_VALUE- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
TimedBodyKinematicsTest
TimedBodyKinematicsTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetKinematics
@Test void testGetSetKinematics() -
testGetSetTimestampSeconds
@Test void testGetSetTimestampSeconds() -
testGetSetTimestamp
@Test void testGetSetTimestamp() -
testCopyFromWhenBodyKinematicsIsAvailableAtSourceAndDestinationIsEmpty
@Test void testCopyFromWhenBodyKinematicsIsAvailableAtSourceAndDestinationIsEmpty() -
testCopyFromWhenDestinationHasKinematics
@Test void testCopyFromWhenDestinationHasKinematics() -
testCopyFromWhenSourceAndDestinationHasKinematics
@Test void testCopyFromWhenSourceAndDestinationHasKinematics() -
testCopyTo
@Test void testCopyTo() -
testHashCode
@Test void testHashCode() -
testEquals
@Test void testEquals() -
testEqualsWithThreshold
@Test void testEqualsWithThreshold() -
testClone
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-
testSerialVersionUID
-
createBodyKinematics
-