diff --git a/ff_estimate/src/ConstVelKF.cpp b/ff_estimate/src/ConstVelKF.cpp index be281f5..156fc2a 100644 --- a/ff_estimate/src/ConstVelKF.cpp +++ b/ff_estimate/src/ConstVelKF.cpp @@ -1,14 +1,14 @@ //Dock node and Filter +#include "ff_estimate/base_mocap_estimator.hpp" + -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include + +using Eigen::MatrixXd; +using Eigen::VectorXd; +using ff_msgs::msg::FreeFlyerState; +using ff_msgs::msg::Pose2DStamped; +using ff_msgs::msg::Pose2D; using namespace std