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>
12 namespace pose_estimation
17 typedef ukfom::mtkwrap<RotationType::vect_type>
BiasType;
20 MTK_BUILD_MANIFOLD(OrientationState,
ukfom::mtkwrap< MTK::SO3< double > > RotationType
Definition: OrientationState.hpp:15
ukfom::mtkwrap< MTK::vect< 1 > > GravityType
Definition: OrientationState.hpp:18
ukfom::mtkwrap< RotationType::vect_type > VelocityType
Definition: OrientationState.hpp:16
ukfom::mtkwrap< RotationType::vect_type > BiasType
Definition: OrientationState.hpp:17