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

intra-process communication with serialized message #925

Closed
Jackey-Huo opened this issue Jul 12, 2021 · 2 comments
Closed

intra-process communication with serialized message #925

Jackey-Huo opened this issue Jul 12, 2021 · 2 comments

Comments

@Jackey-Huo
Copy link

Hi all,

I'm work on a embedded linux system with 4-core A53 platform, and I'm planning to use ros2 to implement the intra-process communication.

For some reason, I'm not willing to use the default ros msg generation mechanism, but some other IDL language generator (like protobuf, flatsbuffer and so on), so I'd like to pass a serialized message directly to to ros publish function. But then, in the source code, I found the serialized message publish for intra-process is not implemented yet
https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/publisher.hpp#L466

So is there any schedule to implement the serialized publish recently? or is there any alternative method to achieve my goal?

@clalancette
Copy link
Contributor

Please don't open the same issue on multiple repositories; it is redundant and can split the conversation. I'm closing this one in favor of ros2/rclcpp#1710

@Jackey-Huo
Copy link
Author

Sorry for that, thank you so much for the bother

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

2 participants