ros2 / rmw_iceoryx

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

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

Closed mossmaurice closed 8 months ago

mossmaurice commented 9 months ago

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