rmw_connextdds: 0.1.1-1 in 'rolling/distribution.yaml' [non-bloom] #28559
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduce rticommunity/rmw_connextdds (
0.1.1-1
) torolling
.This PR is linked to work being done to phase out ros2/rmw_connext (see rticommunity/rmw_connextdds#9).
The following packages will be added:
rmw_connextdds
rmw_connextddsmicro
rmw_connextdds_common
rti_connext_dds_cmake_module
The packages depend on RTI Connext DDS 5.3.1+.
Package
rmw_connextddsmicro
will not actually include an RMW implementation, since the library generation is disabled if RTI Connext Micro is not available (which will be the case).The release repository currently points to rticommunity/rmw_connextdds-release, only because the name of the repository in the
ros2-gbp
org needs to be updated with the-release
suffix. Once the name is fixed, I will push the existing commits to the new repository, or re-run bloom with the new repository. @clalancette (or anyone with access) can you update the repository name?I'm not an expert on this release process (first time going through it), so I welcome any input.
While reviewing the packages to file this PR, I noticed that
rti_connext_dds_cmake_module
is missing a build dependency fromrti-connext-dds-5.3.1
, so I'll probably have to create a new release (which I can do with the release repository in theros2-gbp
org).