Skip to content
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 interprocess communication supported? #26

Open
szandara opened this issue Jan 1, 2022 · 2 comments
Open

Is interprocess communication supported? #26

szandara opened this issue Jan 1, 2022 · 2 comments

Comments

@szandara
Copy link
Contributor

szandara commented Jan 1, 2022

One exciting feature of ROS2 is efficient inter-process communication to avoid serialization and network overhead for certain message exchanges.

https://docs.ros.org/en/foxy/Tutorials/Intra-Process-Communication.html

Is it supported by r2r? I was not able to find any reference to it.
If not is there any plan to support it?

@m-dahl
Copy link
Collaborator

m-dahl commented Jan 10, 2022

Hi,

It is not currently supported. I am not familiar with how it's implemented, but if it is just an option when creating the node it should be straight forward to add support for it. (I.e. if its build into rcl rather than rclcpp).

@kilpkonn
Copy link

I did some digging into this and it turns out the implementation for interprocess communication is in rclcpp, not rcl meaning it can't be easily supported in rust. However there is a motivation to move it to rcl or rmw meaning it might be possible/a lot easier in the future. More info here: ros2/design#251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants