I am trying to use this package with an adapted data type (using the provided Subscriber class), but it fails when trying to access the header of the adapted message.
/opt/ros/humble/include/flex_sync/exact_sync.hpp:154:35: error: invalid use of member function ‘std_msgs::msg::Header& MyAdaptedDataType::header()’ (did you forget the ‘()’ ?)
154 | const rclcpp::Time & t = msg->header.stamp;
Are there any plans to support this? message_filter added this feature in ros2/message_filters#96
I am trying to use this package with an adapted data type (using the provided Subscriber class), but it fails when trying to access the header of the adapted message.
Are there any plans to support this? message_filter added this feature in ros2/message_filters#96