ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Rather than explicitly exposing the CFLAGS directly, you should use catkin_package()
to export from within CMake any libraries or headers to packages which depend on you.
Can you post a link to your package or put your old manifest/CMakeLists.txt up on a gist.github.com? With some more specifics I can show you exactly how this would work.