catkin_make Linking Shared Library: “No such file or directory” when include a header file from library

asked 2019-07-29 04:28:52 -0500

updated 2019-07-29 08:10:55 -0500

I'm new to ROS and I'm trying to catkin_make a c++ library, the build is successful but I couldn't include the the library file in my own C++ file.

Im trying this from outside the catkin_ws

Please advice how to handle this.

edit retag flag offensive close merge delete