PS Move tracker code that is expensive to compile.
More...
#include "tracking/t_fusion.hpp"
#include "tracking/t_imu_fusion.hpp"
#include "tracking/t_tracker_psmv_fusion.hpp"
#include "math/m_api.h"
#include "math/m_eigen_interop.hpp"
#include "util/u_misc.h"
#include "flexkalman/AbsoluteOrientationMeasurement.h"
#include "flexkalman/FlexibleKalmanFilter.h"
#include "flexkalman/FlexibleUnscentedCorrect.h"
#include "flexkalman/PoseSeparatelyDampedConstantVelocity.h"
#include "flexkalman/PoseState.h"
|
using | State = flexkalman::pose_externalized_rotation::State |
|
using | ProcessModel = flexkalman::PoseSeparatelyDampedConstantVelocityProcessModel< State > |
|
◆ ProcessModel
using ProcessModel = flexkalman::PoseSeparatelyDampedConstantVelocityProcessModel<State> |
◆ State
using State = flexkalman::pose_externalized_rotation::State |