-
Notifications
You must be signed in to change notification settings - Fork 15
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
TypeAdapter generator #27
Conversation
33b5a4b
to
99a1815
Compare
rosidl_typesupport_protobuf_cpp/resource/idl__typeadapter_protobuf_cpp.hpp.em
Outdated
Show resolved
Hide resolved
Hm, GitHub now prompts me to resolve some merge conflicts between your fork and the master branch |
803f03f
to
52aaf8c
Compare
I rebased the changes onto the recent PRs. It's passing CI now. The copyright tests were failing due to being overly strict. I've ticketed to restore them at tfoote#11 |
52aaf8c
to
8dd0fe1
Compare
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzo de Pedro <[email protected]>
Signed-off-by: Gonzalo de Pedro <[email protected]>
…ilure to match It's a false positive, but ament_copyright is moderately hard to extend. This should get it passing for the moment.
8dd0fe1
to
8bdb944
Compare
Attention: this branch has changed and been force pushed |
* Add a README.md for the typeadapter_protobuf
I am currently checking back with Eclipse if there are any processes to follow, as this contribution is very big and reviewing it line by line is probably not the best approach here. |
We will try to split this into multiple shorter and hopefully easier to review PRs. |
Adds automatic rclcpp::TypeAdapter generation for protobuf.
Note: Code is ready for review, documentation will come later.
Note: To be merged after #26