-
Notifications
You must be signed in to change notification settings - Fork 132
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
(rqt_dep) Add a way to filter by test/build/run/depend #265
Comments
This could get tricky since there are now 2 supported package.xml formats: http://farnsworth.csres.utexas.edu/docs/catkin/html/howto/format2/index.html |
@ablasdel The API supports both package format versions. @vrabaud But I think the plugin uses the rospkg API which can't distinguish dependency types. It is also be unclear if you really want to consider only a single type. Since usually when using direct build dependencies that implies to also use recursive run dependencies... |
@dirk-thomas , it makes sense. My motivation was that this depends takes into account test depends which I do not care about when I just want to build something. Maybe just an option to add test depends then ? |
Optionally adding test dependencies would be possible. But only for catkin packages. |
This issue was moved to ros-visualization/rqt_dep#1 |
Probably 3 tick boxes around. Any better design ? I could have a look at it, I am sure it is trivial to add.
The text was updated successfully, but these errors were encountered: