-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for catkin tools? #2
Comments
So, in theory, this should work:
And that does appear to run things, but for some reason the extraction fails part way through... although the files it is working on look identical to what is generated through catkin_make. I'm not sure what is going on -- will have to take a closer look later. |
Appears to be some sort of escaping issue? The following patch appears to work with both catkin_build and catkin_make: f3fc68d If you have a chance to try those commands with the catkin_build_fix branch, do let me know how it goes. |
Thanks! With the fix, the command you gave me works fine but not with Actually, I was missing the |
Great. I’m going to add my command set to the readme and then I’ll get that merged into master and released |
Do you plan to release it for Melodic too? |
It was released into Melodic before Kinetic -- but the sync hasn't happened yet. |
Oh, great! |
Nice package!
I have already tried to do code coverage on ROS packages and I had to write some scripts to call the lcov stuff by hand and with hardcoded paths so this package is welcomed!
But do you know how to invoke it with catkin tools?
Thanks
The text was updated successfully, but these errors were encountered: