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
when building sql_database on ubuntu16.04/ros kinetic, i got the following error: ros/ros.h: No such file or directory Following this advice (http://answers.ros.org/question/237494/fatal-error-rosrosh-no-such-file-or-directory/) , i got it to build by adding include_directories(${catkin_INCLUDE_DIRS}) in CMakeLists.txt
The text was updated successfully, but these errors were encountered:
It is also possible to explicitly include the necessary header in the g++ command. Example: g++ test.cpp -o app -I//include
Sorry, something went wrong.
I got it to build by adding " include_directories(${catkin_INCLUDE_DIRS})" in CMakeLists.txt
No branches or pull requests
when building sql_database on ubuntu16.04/ros kinetic, i got the following error: ros/ros.h: No such file or directory
Following this advice (http://answers.ros.org/question/237494/fatal-error-rosrosh-no-such-file-or-directory/) , i got it to build by adding include_directories(${catkin_INCLUDE_DIRS}) in CMakeLists.txt
The text was updated successfully, but these errors were encountered: