OpenKalman
|
A coordinates::descriptor reflecting spherical coordinates. More...
#include <Spherical.hpp>
A coordinates::descriptor reflecting spherical coordinates.
C1, C2, and C3 must be some combination of Distance, Inclination, and Angle in any order, reflecting the distance, inclination, and azimuth, respectively. Spherical coordinates span three adjacent coefficients in a matrix.
See David Frederic Crouse, Cubature/Unscented/Sigma Point Kalman Filtering with Angular Measurement Models, 18th Int'l Conf. on Information Fusion 1550, 1553 (2015).
Spherical<Distance, inclination::Degrees, angle::Radians>,
Spherical<angle::PositiveDegrees, Distance, inclination::Radians>
C1,C2,C3 | Distance, inclination, and Angle, in any order. By default, they are Distance, angle::Radians, and inclination::Radians, respectively. |