Get Const::PTR from message
Hi all,
For a specific function that is not a callback, I require a const sensor_msgs::ImageConstPtr& image_pointer
to work with that is derived from a regular sensor_msgs::Image source_image
that I already have.
How would one get such a constant image pointer from a regular message?
Thanks! Ruud