-
Notifications
You must be signed in to change notification settings - Fork 0
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
C++ SHM #49
C++ SHM #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the comments I left, I'd like to discuss on some points.
- We allow the users to build rmw_zenoh_cpp without SHM feature. What if a user enables the SHM feature in the config that is the default behavior and builds the rmw_zenoh_cpp without SHM support? It seems not to report any error.
- Can you change the base branch to the rolling? The upstream has been ported to zenoh-cpp.
bc3f75b
to
b3d0a47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but since we have RMW_ZENOH_BUILD_WITH_SHARED_MEMORY
to choose whether we want to build with shared memory, it might be good to test it with CI.
Right: #50 |
|
This reverts commit b80d583.
No description provided.