combine qt with ros to develop GUI
- if you want to add something new, you can change the Cmakelist.txt and package.xml
- be careful when you add some new module in qt, you have to think the library which the module you add is depended is in your computer.
- Ubuntu : 16.04
- Qt : 5.7.1 Qt creator : 4.2.1
- ROS : kinetic
- commit "sudo apt-get install ros-kinetic-qt-*" in your terminal
- commit "roscore" in your terminal
- commit "rosrun ros_qt_template main" in your termianl