Template Function getWGSPosConfidenceEllipse
Defined in File cdd_getters_common.h
Function Documentation
-
template<typename PosConfidenceEllipse>
inline std::array<double, 4> getWGSPosConfidenceEllipse(const PosConfidenceEllipse &position_confidence_ellipse) Get the covariance matrix of the position confidence ellipse.
- Parameters:
position_confidence_ellipse – The position confidence ellipse to get the covariance matrix from
object_heading – The object heading in radians
- Returns:
std::array<double, 4> The covariance matrix of the position confidence ellipse in WGS coordinates (x = North, y = East)