Class NEDVelocityEstimatorTest
java.lang.Object
com.irurueta.navigation.inertial.estimators.NEDVelocityEstimatorTest
-
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 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
-
Field Details
-
TIME_INTERVAL_SECONDS
private static final double TIME_INTERVAL_SECONDS- See Also:
-
MIN_HEIGHT
private static final double MIN_HEIGHT- See Also:
-
MAX_HEIGHT
private static final double MAX_HEIGHT- 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:
-
MIN_VELOCITY_VALUE
private static final double MIN_VELOCITY_VALUE- See Also:
-
MAX_VELOCITY_VALUE
private static final double MAX_VELOCITY_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
NEDVelocityEstimatorTest
NEDVelocityEstimatorTest()
-
-
Method Details
-
testEstimate
@Test void testEstimate() -
testEstimateAndReturnNew
@Test void testEstimateAndReturnNew() -
testEstimateVelocity
@Test void testEstimateVelocity() -
testEstimateVelocityAndReturnNew
@Test void testEstimateVelocityAndReturnNew() -
testEstimateWhenZeroTimeIntervalThrowsException
@Test void testEstimateWhenZeroTimeIntervalThrowsException() -
testWhenNoPositionChange
@Test void testWhenNoPositionChange()
-