Hi again,
may I ask the rationale for deprecating this I/F?
void encodeImage(const cv::Mat & img, const Header & header, const rclcpp::Time & t0);
this would be indeed very helpful for example if the user already has a cv::Mat obtained via intra-process comms through Type Adaptation, for example.
I'm concerned about leveraging a deprecated API and the future need to fork this very good package just because we're loosing such I/F.
Hi again,
may I ask the rationale for deprecating this I/F?
this would be indeed very helpful for example if the user already has a
cv::Matobtained via intra-process comms through Type Adaptation, for example.I'm concerned about leveraging a deprecated API and the future need to fork this very good package just because we're loosing such I/F.