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

Change your subscription to following and it should work.

self.image_sub = message_filters.Subscriber("/usb_cam/image_raw", Image)
self.opticalflow_sub = message_filters.Subscriber("/opticalflow", ofMsg)