|
OpenKalman
|
A coordinates::descriptor reflecting spherical coordinates according to the ISO 80000-2:2019 convention. More...
#include <Spherical.hpp>
A coordinates::descriptor reflecting spherical coordinates according to the ISO 80000-2:2019 convention.
C1, C2, and C3 must be some combination of Distance (radius r), Inclination (polar angle θ), and Angle (azimuth angle φ) in any order. The coordinate system is right-handed. 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, inclination::Radians, and angle::Radians, respectively. |
1.8.13