Replies: 2 comments
-
According to the man page of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also Does the posix shared memory have segemts id? I want to get the shmids to work with shmat on some of the shared memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to inspect the shared memory managed by iceoryx.
Command line tools like
ipcs
dont show any shared memory segments in my setup. Why?
Output of
ipcs -m
:------ Shared Memory Segments -------- key shmid owner perms bytes nattch status
/dev/shm/iceoryx_mgmt exist and I also have a working ROS2 zero copy topic.
Beta Was this translation helpful? Give feedback.
All reactions