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

Instead of separating the image_transport callback from the global callback queue, I have limited the global callback queue to the image_transport callback.

This isn't an elegant solution, i have to call callAvailable() which may not be clear to some other people who are less familiar to ros, but it does work.

I am still not sure why image_transport doesn't support the SubscribeOptions...