Class FrameToLocalTangentPlaneTransformationConverterTest
java.lang.Object
com.irurueta.navigation.frames.converters.FrameToLocalTangentPlaneTransformationConverterTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
convert1()
(package private) void
convert2()
(package private) void
convert3()
(package private) void
convert4()
(package private) void
convert5()
(package private) void
convert6()
(package private) void
convert7()
(package private) void
convert8()
(package private) void
(package private) void
(package private) void
(package private) void
private static NEDFrame
convertFrame
(ECEFFrame ecefFrame) private static ECEFFrame
convertFrame
(NEDFrame nedFrame) private static NEDFrame
private static com.irurueta.geometry.Rotation3D
private static double[]
private ECEFFrame
transformFrame
(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:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convert2
@Test void convert2() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convert3
@Test void convert3() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convert4
@Test void convert4() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convert5
@Test void convert5() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convert6
@Test void convert6() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convert7
@Test void convert7() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convert8
@Test void convert8() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convertAndReturn1
@Test void convertAndReturn1() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convertAndReturn2
@Test void convertAndReturn2() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convertAndReturn3
@Test void convertAndReturn3() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
convertAndReturn4
@Test void convertAndReturn4() throws InvalidSourceAndDestinationFrameTypeException, com.irurueta.geometry.InvalidRotationMatrixException, com.irurueta.geometry.RotationException- Throws:
InvalidSourceAndDestinationFrameTypeException
com.irurueta.geometry.InvalidRotationMatrixException
com.irurueta.geometry.RotationException
-
createFrame
-
createTranslationChange
private static double[] createTranslationChange() -
createRotationChange
private static com.irurueta.geometry.Rotation3D createRotationChange()
-