CPP --> Python patchs
Hello,
I try to send from a cpp program a list of unknown length patches. I found few topics on custom message based on StaticImagePublisher::ArrayImages. On Noetic and Ubuntu 20.04, I cant find element type ArrayImage.
What is my solution to send a list of image patches with variable length.
Asked by dev4all12358 on 2023-04-05 10:49:06 UTC
Answers
You can make your own custom message which can contain lists of images with any length.
http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv
Asked by Per Edwardsson on 2023-04-06 02:11:07 UTC
Comments