-
Notifications
You must be signed in to change notification settings - Fork 67
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
Modify implementations to use one Participant per Context #183
Comments
Linked PRs: |
I've updated the ticket with more up to date information. |
I'm fairly sure this is done now. At least, I know for sure that it is fixed in Fast-DDS and Connext. I'm also fairly certain this is the case for Cyclone DDS. @eboasson @ivanpauno Please feel free to reopen if I'm wrong about Cyclone. |
Feature request
Feature description
Design document here.
The idea is to implement everything in the
rmw
layer, and avoid changes in upstream layers as much as possible.Tasks already done:
rmw_fastrtps
.rmw_dds_common
, to allow easiest porting of remaining rmw implementations.To do:
rmw_connext
(not needed, we changed tormw_connextdds
which is one-participant-per-context)rmw_cyclonedds
The text was updated successfully, but these errors were encountered: