Package com.irurueta.navigation.gnss
Class GNSSMeasurementsGeneratorTest
java.lang.Object
com.irurueta.navigation.gnss.GNSSMeasurementsGeneratorTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class)
class GNSSMeasurementsGeneratorTest
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final int
private static final double
private static final double
private static final int
private static final double
private static final double
private static final double
private static final double
private static final int
private static final double
private static final double
private static final int
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 TypeMethodDescriptionprivate static GNSSMeasurement
generate
(double time, ECEFPositionAndVelocity satPosAndVel, ECEFPositionAndVelocity userPosAndVel, double bias, GNSSConfig config, Random random) private static GNSSConfig
(package private) void
(package private) void
-
Field Details
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
MIN_SATELLITES
private static final int MIN_SATELLITES- See Also:
-
MAX_SATELLITES
private static final int MAX_SATELLITES- See Also:
-
MIN_USER_POSITION_VALUE
private static final double MIN_USER_POSITION_VALUE- See Also:
-
MAX_USER_POSITION_VALUE
private static final double MAX_USER_POSITION_VALUE- See Also:
-
MIN_SAT_POSITION_VALUE
private static final double MIN_SAT_POSITION_VALUE- See Also:
-
MAX_SAT_POSITION_VALUE
private static final double MAX_SAT_POSITION_VALUE- See Also:
-
MIN_USER_VELOCITY_VALUE
private static final double MIN_USER_VELOCITY_VALUE- See Also:
-
MAX_USER_VELOCITY_VALUE
private static final double MAX_USER_VELOCITY_VALUE- See Also:
-
MIN_SAT_VELOCITY_VALUE
private static final double MIN_SAT_VELOCITY_VALUE- See Also:
-
MAX_SAT_VELOCITY_VALUE
private static final double MAX_SAT_VELOCITY_VALUE- See Also:
-
MIN_TIME
private static final double MIN_TIME- See Also:
-
MAX_TIME
private static final double MAX_TIME- See Also:
-
MIN_NUM_SAT
private static final int MIN_NUM_SAT- See Also:
-
MAX_NUM_SAT
private static final int MAX_NUM_SAT- See Also:
-
TIMES
private static final int TIMES- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
GNSSMeasurementsGeneratorTest
GNSSMeasurementsGeneratorTest()
-
-
Method Details
-
testGenerateSingleMeasurement
@Test void testGenerateSingleMeasurement() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGenerateMultipleMeasurements
@Test void testGenerateMultipleMeasurements() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
generateConfig
-