Class FrameToLocalTangentPlaneTransformationConverterTest
java.lang.Object
com.irurueta.navigation.frames.converters.FrameToLocalTangentPlaneTransformationConverterTest
-
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 doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidconvert1()(package private) voidconvert2()(package private) voidconvert3()(package private) voidconvert4()(package private) voidconvert5()(package private) voidconvert6()(package private) voidconvert7()(package private) voidconvert8()(package private) void(package private) void(package private) void(package private) voidprivate static NEDFrameconvertFrame(ECEFFrame ecefFrame) private static ECEFFrameconvertFrame(NEDFrame nedFrame) private static NEDFrameprivate static com.irurueta.geometry.Rotation3Dprivate static double[]private ECEFFrametransformFrame(ECEFFrame inputFrame, double[] translation, com.irurueta.geometry.Rotation3D rotation)
-
Field Details
-
MIN_LATITUDE_DEGREES
private static final double MIN_LATITUDE_DEGREES- See Also:
-
MAX_LATITUDE_DEGREES
private static final double MAX_LATITUDE_DEGREES- See Also:
-
MIN_LONGITUDE_DEGREES
private static final double MIN_LONGITUDE_DEGREES- See Also:
-
MAX_LONGITUDE_DEGREES
private static final double MAX_LONGITUDE_DEGREES- See Also:
-
MIN_HEIGHT_METERS
private static final double MIN_HEIGHT_METERS- See Also:
-
MAX_HEIGHT_METERS
private static final double MAX_HEIGHT_METERS- 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_POS_CHANGE_METERS
private static final double MIN_POS_CHANGE_METERS- See Also:
-
MAX_POS_CHANGE_METERS
private static final double MAX_POS_CHANGE_METERS- See Also:
-
MIN_ANGLE_CHANGE_DEGREES
private static final double MIN_ANGLE_CHANGE_DEGREES- See Also:
-
MAX_ANGLE_CHANGE_DEGREES
private static final double MAX_ANGLE_CHANGE_DEGREES- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
FrameToLocalTangentPlaneTransformationConverterTest
FrameToLocalTangentPlaneTransformationConverterTest()
-
-
Method Details
-
convert1
@Test void convert1() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convert2
@Test void convert2() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convert3
@Test void convert3() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convert4
@Test void convert4() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convert5
@Test void convert5() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convert6
@Test void convert6() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convert7
@Test void convert7() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convert8
@Test void convert8() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convertAndReturn1
@Test void convertAndReturn1() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convertAndReturn2
@Test void convertAndReturn2() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convertAndReturn3
@Test void convertAndReturn3() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
convertAndReturn4
@Test void convertAndReturn4() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeExceptioncom.irurueta.geometry.InvalidRotationMatrixExceptioncom.irurueta.geometry.RotationException
-
createFrame
-
createTranslationChange
private static double[] createTranslationChange() -
createRotationChange
private static com.irurueta.geometry.Rotation3D createRotationChange()
-