Uses of Class
com.irurueta.navigation.NotReadyException
Packages that use NotReadyException
Package
Description
Contains classes to estimate positions when intersecting circles or spheres by using the lateration algorithm.
-
Uses of NotReadyException in com.irurueta.navigation.gnss
Methods in com.irurueta.navigation.gnss that throw NotReadyExceptionModifier and TypeMethodDescriptionGNSSLeastSquaresPositionAndVelocityEstimator.estimate()Estimates new ECEF user position and velocity as well as clock offset and drift.voidGNSSLeastSquaresPositionAndVelocityEstimator.estimate(GNSSEstimation result) Estimates new ECEF user position and velocity as well as clock offset and drift.booleanGNSSKalmanFilteredEstimator.propagate(double timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.booleanGNSSKalmanFilteredEstimator.propagate(com.irurueta.units.Time timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.booleanGNSSKalmanFilteredEstimator.updateMeasurements(Collection<GNSSMeasurement> measurements, double timestamp) Updates GNSS measurements of this estimator when new satellite measurements are available.booleanGNSSKalmanFilteredEstimator.updateMeasurements(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time timestamp) Updates GNSS measurements of this estimator when new satellite measurements are available. -
Uses of NotReadyException in com.irurueta.navigation.lateration
Methods in com.irurueta.navigation.lateration that throw NotReadyExceptionModifier and TypeMethodDescriptionvoidHomogeneousLinearLeastSquaresLaterationSolver.solve()Solves the lateration problem.voidInhomogeneousLinearLeastSquaresLaterationSolver.solve()Solves the lateration problem.abstract voidLaterationSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point2DLMedSRobustLateration2DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point3DLMedSRobustLateration3DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point2DMSACRobustLateration2DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point3DMSACRobustLateration3DSolver.solve()Solves the lateration problem.voidNonLinearLeastSquaresLaterationSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point2DPROMedSRobustLateration2DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point3DPROMedSRobustLateration3DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point2DPROSACRobustLateration2DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point3DPROSACRobustLateration3DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point2DRANSACRobustLateration2DSolver.solve()Solves the lateration problem.com.irurueta.geometry.Point3DRANSACRobustLateration3DSolver.solve()Solves the lateration problem.abstract PRobustLaterationSolver.solve()Solves the lateration problem.