ros2 / rmw_iceoryx

rmw implementation for iceoryx
Apache License 2.0
156 stars 27 forks source link

Address known service/client (request/ response) limitation #105

Closed mossmaurice closed 10 months ago

mossmaurice commented 10 months ago

Circumvent the known limitation by storing the sequence together with the sample pointer in a std::map as discussed here.