Add orocos libraries to ROS project
Hello. I have a problem with adding libraries, orocos components to ROS project. In CMakeLists.txt I add line:
include_directories(/home/user/my_lib_orocos)
But I still can't add any library from that folder to .cpp files, compiler doesn't see it. In addition, these folder isn't in the same path as my ROS project.
are they custom libraries or orocos libraries such as bfl or kdl ? Which ros distro are you using ?