/ros_cv_qt_gui

The project provides how to use ROS and OpenCV to make a Qt GUI.

Primary LanguageC++MIT LicenseMIT

Author

  • Welin 2018.03.17

Description

In this project, it provides how to use ROS and OpenCV to make Qt GUI. An interface guide to implement the image processing.

TODO

    $ mkdir -p catkin_ws/src
    $ cd catkin_ws/src

git clone the project from the corrent URL

    $ cd ..
    $ catkin_make
    $ source devel/setup.bash

Then, "rosrun ros_cv_gui ros_cv_gui_node" to test the project. Note the right YAML file path. The effect may work like below:

ros_cv_qt_gui