-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
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
Installation - "update" script - Fatal error: ros/ros.h: no such file or dir #34
Comments
@wangyiwei2015 I had the same problem when building with ros-kinetic. I "fixed"(?) by making some changes to src/geometry_utils/ See my attached diff: |
@graberj I created this patch. These are the changes that I had to make to get it to compile and run. If you cd into geometry_utils, you can run this:
... and it should make the changes to the 4 files. (if you look into the patch, you can see that I added 2 lines to package.xml, I added 1 line to test_base.cc and deleted 1 line from test_base.cc, and I deleted 1 line from each of test_math.cc and test_so3error.cc. But the patch command above should do this all for you automatically.) |
Go to
Add the following two lines to package.xml
Add the following two lines to CMakeList.txt
Reference :https://blog.katastros.com/a?ID=01050-a0697a84-317f-423f-b16d-cd90c455da97 |
This worked for me. Thanks! |
No error occurred before "running command 'make -j4 -l4' ..."
The text was updated successfully, but these errors were encountered: