We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to http://answers.ros.org/question/53265/catkin-messages-and-node-in-same-package
targets xyz that depend on c++ message headers need to declare a dependency to the genmsg target xyz_gencpp
Affects http://www.ros.org/wiki/ROS/Tutorials/WritingPublisherSubscriber%28c%2B%2B%29
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from tkruse/dependencies
ce8940a
fix #3 and #4, CMakeLists.txt examples quirks
No branches or pull requests
According to http://answers.ros.org/question/53265/catkin-messages-and-node-in-same-package
targets xyz that depend on c++ message headers need to declare a dependency to the genmsg target xyz_gencpp
Affects http://www.ros.org/wiki/ROS/Tutorials/WritingPublisherSubscriber%28c%2B%2B%29
The text was updated successfully, but these errors were encountered: