Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

group tags #34

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago

Feature: add support for group dependencies

Background The driver behind format 3, this feature allows grouping dependencies in an extendable manner, better than what meta-packages offer. A good example for this is message generators, where if you would want java generators, you would add them to a group called "message_generation". Then a package that needs this group could say that it uses it. Note that groups are not physical objects, they "act like namespaces". Since they are metaphysical, you can depend on a group without declaring it. Details available on REP 149

Details