You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2021. It is now read-only.
Actually we have some dependences put in main CMakeLists:
PKG_CHECK_MODULES(gsl REQUIRED gsl) include_directories(${gsl_INCLUDE_DIRS}) link_directories(${gsl_LIBRARIES_DIRS}) PKG_CHECK_MODULES(eigen REQUIRED eigen3) include_directories(${eigen_INCLUDE_DIRS})and other in JderobotComm CMakeList:
find_package(catkin REQUIRED COMPONENTS roscpp std_msgs cv_bridge image_transport nav_msgs geometry_msgs )all they should be in Deps directory