Include Header file of rosbuild package into a catkin package
hello all,
I'm new for ROS and I try to run a catkin package in which I use some function of a rosbuild package. I make a catkin workspace for the catkin package and a rosbuild workspace for the rosbuild package, and I link the rosbuild and catkin workspace as: http://wiki.ros.org/catkin/Tutorials/... . And I add the "include /.h" in the cpp file in catkin workspace.
but I can't find a right way to let the catkin workspace find the rosbuild package in rosbuild workspace. The webpage:https://answers.ros.org/question/213264/catkin-library-in-rosbuild-package/ tell me similar things but just in the opposite way. I can't find the way to do what I want. So can anybody help?
You provide very little actual information other than "it doesn't work". Please update your question with actual error messages, pkgs that are involved (if possible, otherwise create an MWE), changes you made to
CMakeLists.txt
(if any), etc, etc.Thanks for you advise, actually I didn't make any change in the CMakeLists.txt etc. because I don't know how to do it. but now I know catkin packages cannot depend on rosbuild packages. thanks.