-
Notifications
You must be signed in to change notification settings - Fork 42
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
Is shm used in nodes connected in the same SOC #199
Comments
Preliminary efforts were made to support SHM but certain memory leaks were discovered. Hence, SHM is disabled by default in the session config. |
as I see, loan api of ros2 is UNSUPPORTED now, will it supported with shm in roadmap? |
@Yadunund , is there some context for that. From git blame of that config line, is this perhaps all of it? |
It's an issue in the Zenoh implementation. See eclipse-zenoh/zenoh#406. My understanding is that Zettascale is working on a true-zero-copy alternative so we're likely going to wait for that to land and update our SHM implementation accordingly. |
That's right, a new shared memory will be available very soon with Zenoh 1.0.0. |
That's a great news! |
There is no plan for a Zenoh Rust for constrained devices, neither for SHM in zenoh-pico. |
@JEnoch Thank you for your reply. |
can you give me a bref info about this? |
As I see,zenoh can use shm for msg ,Is shm used in rmw_zenoh?
The text was updated successfully, but these errors were encountered: