ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found these two examples to be very good they are in C++

http://wiki.ros.org/image_transport/Tutorials/PublishingImages

http://wiki.ros.org/image_transport/Tutorials/SubscribingToImages

another example in python:

http://wiki.ros.org/cv_bridge/Tutorials/ConvertingBetweenROSImagesAndOpenCVImagesPython

From my experience I found the python image publisher and subscriber a little slow. I would recommend to code them in C++ if possible.