osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
567 stars 74 forks source link

Add ipc alias option #241

Closed tfoote closed 1 month ago

tfoote commented 1 year ago

With ipc=host and --user=host fastrtps will work by default without needing to disable the shm transport.

From: https://robotics.stackexchange.com/a/103513/161 I've validated that talker listener work out of the box in a way that didn't before on humble.

tfoote commented 1 month ago

Added IPC in #285