ros2 / rmw_fastrtps

Implementation of the ROS Middleware (rmw) Interface using eProsima's Fast RTPS.
Apache License 2.0
147 stars 116 forks source link

Use unique mangled names when creating Content Filter Topics (backport #762) #769

Closed mergify[bot] closed 3 weeks ago

mergify[bot] commented 3 weeks ago

This PR makes every Content Filter Name unique by adding a static atomic counter. With this change, two or more content-filtered subscriptions can be created for the same topic name.

Tests are included in the following related PRs

fujitatomoya commented 3 weeks ago

CI: