Hello
This PR for fix eigen error when we compile interactive-slam with original g2o instead of use libg2o from ROS.
Because libg2o from ROS doesn't use latest commit from original g2o source code. After I integrated original g2o from source and compiled my workspace. hdl_graph_slam appeared this error:
And I fixed this problem by adding this line #include <Eigen/Dense> in graph_slam.hpp
Hello This PR for fix eigen error when we compile interactive-slam with original g2o instead of use libg2o from ROS. Because libg2o from ROS doesn't use latest commit from original g2o source code. After I integrated original g2o from source and compiled my workspace. hdl_graph_slam appeared this error: And I fixed this problem by adding this line
#include <Eigen/Dense>
in graph_slam.hpp