1 #ifndef _ORIENTATION_STATE_HPP_ 2 #define _ORIENTATION_STATE_HPP_ 5 #include <mtk/src/SubManifold.hpp> 6 #include <mtk/types/SOn.hpp> 7 #include <mtk/types/vect.hpp> 8 #include <mtk/build_manifold.hpp> 9 #include <mtk/startIdx.hpp> 10 #include <ukfom/mtkwrap.hpp> 17 typedef ukfom::mtkwrap<RotationType::vect_type>
BiasType;
20 MTK_BUILD_MANIFOLD(OrientationState,
21 ((RotationType, orientation))
22 ((VelocityType, velocity))
23 ((BiasType, bias_gyro))
24 ((BiasType, bias_acc))
25 ((GravityType, gravity))
ukfom::mtkwrap< MTK::SO3< double > > RotationType
Definition: OrientationState.hpp:15
ukfom::mtkwrap< MTK::vect< 1 > > GravityType
Definition: OrientationState.hpp:18
Definition: GeographicProjection.hpp:9
ukfom::mtkwrap< RotationType::vect_type > VelocityType
Definition: OrientationState.hpp:16
ukfom::mtkwrap< RotationType::vect_type > BiasType
Definition: OrientationState.hpp:17