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.void
GNSSLeastSquaresPositionAndVelocityEstimator.estimate
(GNSSEstimation result) Estimates new ECEF user position and velocity as well as clock offset and drift.boolean
GNSSKalmanFilteredEstimator.propagate
(double timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.boolean
GNSSKalmanFilteredEstimator.propagate
(com.irurueta.units.Time timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.boolean
GNSSKalmanFilteredEstimator.updateMeasurements
(Collection<GNSSMeasurement> measurements, double timestamp) Updates GNSS measurements of this estimator when new satellite measurements are available.boolean
GNSSKalmanFilteredEstimator.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 TypeMethodDescriptionvoid
HomogeneousLinearLeastSquaresLaterationSolver.solve()
Solves the lateration problem.void
InhomogeneousLinearLeastSquaresLaterationSolver.solve()
Solves the lateration problem.abstract void
LaterationSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point2D
LMedSRobustLateration2DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point3D
LMedSRobustLateration3DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point2D
MSACRobustLateration2DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point3D
MSACRobustLateration3DSolver.solve()
Solves the lateration problem.void
NonLinearLeastSquaresLaterationSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point2D
PROMedSRobustLateration2DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point3D
PROMedSRobustLateration3DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point2D
PROSACRobustLateration2DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point3D
PROSACRobustLateration3DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point2D
RANSACRobustLateration2DSolver.solve()
Solves the lateration problem.com.irurueta.geometry.Point3D
RANSACRobustLateration3DSolver.solve()
Solves the lateration problem.abstract P
RobustLaterationSolver.solve()
Solves the lateration problem.