-
Notifications
You must be signed in to change notification settings - Fork 68
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
TypeAdapters support (#95) #96
Conversation
cf898bf
to
19dbcec
Compare
@gbiggs may I ask you a preliminary feedback? Or simply if is there something more I could do to push forward this patch :) |
@clalancette I saw by the commits you are active also in this repo (sorry to disturb you though). May I ask you at least a preliminary feedback on this? |
Any updates on this? Is there something I can do? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay. This looks good, I'll run CI on it next.
@clalancette can this be backported to Iron as well? |
See #95.
This patch allows to use Type Adaptation within message_filters.
A requirement for the adapted native structure is to feature an header attribute like ROS messages usually do.