Package com.irurueta.navigation.inertial
Class BodyKinematicsTest
java.lang.Object
com.irurueta.navigation.inertial.BodyKinematicsTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
-
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:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
BodyKinematicsTest
BodyKinematicsTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetFx
@Test void testGetSetFx() -
testGetSetFy
@Test void testGetSetFy() -
testGetSetFz
@Test void testGetSetFz() -
testSetSpecificForceCoordinates
@Test void testSetSpecificForceCoordinates() -
testGetSetSpecificForceX
@Test void testGetSetSpecificForceX() -
testGetSetSpecificForceY
@Test void testGetSetSpecificForceY() -
testGetSetSpecificForceZ
@Test void testGetSetSpecificForceZ() -
testSetSpecificForceCoordinatesAsAcceleration
@Test void testSetSpecificForceCoordinatesAsAcceleration() -
testGetSetSpecificForceTriad
@Test void testGetSetSpecificForceTriad() -
testGetSetAngularRateX
@Test void testGetSetAngularRateX() -
testGetSetAngularRateY
@Test void testGetSetAngularRateY() -
testGetSetAngularRateZ
@Test void testGetSetAngularRateZ() -
testSetAngularRateCoordinates
@Test void testSetAngularRateCoordinates() -
testGetSetAngularSpeedTriad
@Test void testGetSetAngularSpeedTriad() -
testGetSetAngularSpeedX
@Test void testGetSetAngularSpeedX() -
testGetSetAngularSpeedY
@Test void testGetSetAngularSpeedY() -
testGetSetAngularSpeedZ
@Test void testGetSetAngularSpeedZ() -
testSetAngularSpeedCoordinates
@Test void testSetAngularSpeedCoordinates() -
testSpecificForceNorm
@Test void testSpecificForceNorm() -
testAngularRateNorm
@Test void testAngularRateNorm() -
testCopyTo
@Test void testCopyTo() -
testCopyFrom
@Test void testCopyFrom() -
testAsSpecificForceArray
@Test void testAsSpecificForceArray() -
testAsSpecificForceMatrix
@Test void testAsSpecificForceMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testAsAngularRateArray
@Test void testAsAngularRateArray() -
testAsAngularRateMatrix
@Test void testAsAngularRateMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testHashCode
@Test void testHashCode() -
testEquals
@Test void testEquals() -
testEqualsWithThreshold
@Test void testEqualsWithThreshold() -
testClone
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-
testSerialVersionUID
-