ros2 / message_filters

BSD 3-Clause "New" or "Revised" License
76 stars 66 forks source link

TypeAdapters support #95

Closed roncapat closed 1 year ago

roncapat commented 1 year ago

In principle, there should be no issues in filtering native structures associated with a ROS2 message (rclcpp API, type adaptation feature). An "header" attribute shall be present in the native structure to retrieve timestamps(?).

However, this is currently not supported by this package. Is there any planned activity already / would you like to review a PR? I'm currently working on it