Enable Zenoh shared memory - #842
Open
caguero wants to merge 34 commits into
Open
Conversation
caguero
marked this pull request as ready for review
April 7, 2026 22:26
6 tasks
caguero
force-pushed
the
caguero-zenoh-shm
branch
from
July 18, 2026 07:28
6eba082 to
228cd3c
Compare
Signed-off-by: Carlos Agüero <caguero@osrfoundation.org> # Conflicts: # src/NodeSharedPrivate.hh # tutorials/20_env_variables.md
Signed-off-by: Carlos Agüero <caguero@osrfoundation.org>
Signed-off-by: Carlos Agüero <caguero@osrfoundation.org> # Conflicts: # example/benchmark/run_benchmark.py # src/NodeSharedPrivate.hh # tutorials/20_env_variables.md
Signed-off-by: Carlos Agüero <caguero@osrfoundation.org>
Signed-off-by: Carlos Agüero <caguero@osrfoundation.org>
Signed-off-by: Carlos Agüero <caguero@osrfoundation.org>
Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
Generated-by: Claude Fable 5 Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
Generated-by: Claude Fable 5 Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
Generated-by: Claude Fable 5 Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
Generated-by: Claude Fable 5 Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
Generated-by: Claude Fable 5 Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
Generated-by: Claude Fable 5 Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
caguero
force-pushed
the
caguero-zenoh-shm
branch
from
July 18, 2026 07:38
228cd3c to
d66bed1
Compare
11 tasks
Generated-by: Claude Fable 5 Signed-off-by: Carlos Aguero <caguero@honurobotics.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎉 New feature
Closes #754
Summary
This patch integrates Zenoh shared-memory capabilities into gz-transport.
Some benchmarks:
Known limitations: Zenoh only provides a POSIX SHM provider, so shared memory won't work on Windows.
Test it
You can run the benchmarks with:
Checklist
codecheckpassed (See contributing)Generated-by: Remove this if GenAI was not used.
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-byandGenerated-bymessages.Backports: If this is a backport, please use Rebase and Merge instead.