Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 290 Bytes

File metadata and controls

11 lines (5 loc) · 290 Bytes

ROS-OpenCV

Integrating ROS with OpenCV

Main openCV file: tutorial.cpp

publisher node: my_publisher.cpp. This node listens to packets in the topic camera/image and processes and renders them.

Subscriber node: my_subscriber.cpp. This node publishes packets to the topic camera/image.