Add mechanism to disable workaround for dependency groups#229
Add mechanism to disable workaround for dependency groups#229
Conversation
Signed-off-by: Scott K Logan <logans@cottsay.net>
|
Is this all right to backport to Jazzy & Humble? @Mergifyio backport jazzy humble |
|
There isn't a particularly great reason to backport this. We still aren't fully utilizing it in any of our tooling, so this has only been used for experiments thus far. That said, I don't see any harm in backporting it either. |
|
In all my CIs over the last few years I've had to add really explicit rosdep skip-keys for all the variations on Connext, rmw_connext, etc. But if instead I have this in the package.xml, I can set the environment variable and am good to go. Largely because we are building rmw_implementation from source on a fork https://github.com/robograph-project/rmw_implementation that I'm trying to keep as minimally different as possible. |
See ros-infrastructure/catkin_pkg#369