OpenKalman
|
An angle or any other simple modular value. More...
#include <Angle.hpp>
An angle or any other simple modular value.
An angle wraps to a given interval [Min,Max) when it increases or decreases outside that range. There are several predefined angles, including angle::Radians, angle::Degrees, angle::PositiveRadians, angle::PositiveDegrees, and angle::Circle. See David Frederic Crouse, Cubature/Unscented/Sigma Point Kalman Filtering with Angular Measurement Models, 18th Int'l Conf. on Information Fusion 1550, 1553 (2015).
Min | A fixed value representing the minimum value beyond which wrapping occurs. This must be no greater than 0. |
Max | A fixed value representing the maximum value beyond which wrapping occurs. This must be greater than 0. |