-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add a way to filter by test/build/run/depend #1
Comments
From @ablasdel on August 6, 2014 21:9 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... |
From @vrabaud on August 7, 2014 20:25 @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. |
I would love to see this feature added (or at least different colors for different types of dependencies). |
@johsin18 please considering contributing a pull request then. |
From @vrabaud on August 6, 2014 9:50
Probably 3 tick boxes around. Any better design ? I could have a look at it, I am sure it is trivial to add.
Copied from original issue: ros-visualization/rqt_common_plugins#265
The text was updated successfully, but these errors were encountered: