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

How to integrate this package #14

Open
wangwen5955 opened this issue Jun 21, 2022 · 1 comment
Open

How to integrate this package #14

wangwen5955 opened this issue Jun 21, 2022 · 1 comment

Comments

@wangwen5955
Copy link

Hi,

I am try to use pb files as ros massage, but i do not know how to use this adapter package in my project, is there any demo to show that? Thanks a lot!

@FlorianReimold
Copy link
Member

Hi Wangwen,

The rosidl_typesupport_protobuf is meant to work together with the rmw_ecal. So you may want to check out the readme from that repository: https://github.com/continental/rmw_ecal

If I understood correctly, you are trying to use .proto files as a replacement for the standard ROS .msg descriptions. Please try to elaborate your question if this assumption is wrong. Using .proto files directly is unfortunately not the scope of this project. The rosidl_typesupport_protobuf will require you to use normal ROS .msg descriptions as always; only the serialization on transport layer will be protobuf. ROS itself doesn't specify any serialization format at all, so each rmw will have to bring it's own. rmw_ecal is able to use a dynamic custom serialization or this protobuf serialization format.

Regards
Florian

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