rpg_corner_events icon indicating copy to clipboard operation
rpg_corner_events copied to clipboard

catkin build error

Open DavidNY123 opened this issue 3 years ago • 0 comments

Hello! When I catkin build your codes, I meet this error

/home/mwy/event-feature/src/rpg_corner_events/corner_event_detector/include/corner_event_detector/distinct_queue.h:4:10: fatal error: Eigen/Dense: No such file or directory #include <Eigen/Dense>

So I add find_package(Eigen3) include_directories( ${catkin_INCLUDE_DIRS} ${EIGEN3_INCLUDE_DIR} )

to the CMakeLists.txt, and it works.

DavidNY123 avatar Jul 01 '22 13:07 DavidNY123