30 #ifndef MCL_3DL_MOTION_PREDICTION_MODEL_BASE_H 31 #define MCL_3DL_MOTION_PREDICTION_MODEL_BASE_H 42 using Ptr = std::shared_ptr<MotionPredictionModelBase>;
49 #endif // MCL_3DL_MOTION_PREDICTION_MODEL_BASE_H
virtual void predict(State6DOF &s) const =0
virtual void setOdoms(const State6DOF &odom_prev, const State6DOF &odom_current, const float time_diff)=0
std::shared_ptr< MotionPredictionModelBase > Ptr