![]() |
0.5.0
|
Ambiguity resolution result. More...
Data Structures | |
struct | FixedAmbiguity |
Fixed ambiguity and their squared norm. More... |
Data Fields | |
double | ambiguityCriticalValueRatio |
Ambiguity Critical Value µ ∈ (0, 1] (R1/R2 ≤ µ) | |
Eigen::Vector< Scalar, nReal > | b |
Fixed non-integer float states (e.g. Pos, Vel, ...) | |
AmbiguityResolutionFailure | failure |
Failure mode. | |
std::vector< FixedAmbiguity > | fixedAmb |
Sorted vector of fixed ambiguities and their norms. | |
size_t | nFixed |
Number of fixed ambiguities (differs from vector size in case of partial fixing) | |
Eigen::Matrix< Scalar, nReal, nReal > | Qb |
Fixed variance/covariance matrix of the non-integer float states. |
Ambiguity resolution result.
Definition at line 168 of file AmbiguityResolution.hpp.
double NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::ambiguityCriticalValueRatio |
Ambiguity Critical Value µ ∈ (0, 1] (R1/R2 ≤ µ)
Definition at line 186 of file AmbiguityResolution.hpp.
Eigen::Vector<Scalar, nReal> NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::b |
Fixed non-integer float states (e.g. Pos, Vel, ...)
Definition at line 190 of file AmbiguityResolution.hpp.
AmbiguityResolutionFailure NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::failure |
Failure mode.
Definition at line 185 of file AmbiguityResolution.hpp.
std::vector<FixedAmbiguity> NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::fixedAmb |
Sorted vector of fixed ambiguities and their norms.
Definition at line 189 of file AmbiguityResolution.hpp.
size_t NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::nFixed |
Number of fixed ambiguities (differs from vector size in case of partial fixing)
Definition at line 188 of file AmbiguityResolution.hpp.
Eigen::Matrix<Scalar, nReal, nReal> NAV::AmbiguityResolutionResult< Scalar, nAmb, nReal >::Qb |
Fixed variance/covariance matrix of the non-integer float states.
Definition at line 191 of file AmbiguityResolution.hpp.