How can i make GUI in ros?
How can i make GUI in ros? like c# or mfc just custom rqt?? i want make a sliderbar and image processing result window
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How can i make GUI in ros? like c# or mfc just custom rqt?? i want make a sliderbar and image processing result window
You can also create your own rqt plugin : http://wiki.ros.org/rqt/Tutorials/Create%20your%20new%20rqt%20plugin
Not sure what you mean - there is a python and C++ example here: http://wiki.ros.org/rqt/Tutorials
Asked: 2016-03-04 01:34:24 -0600
Seen: 1,250 times
Last updated: Mar 04 '16
Do you really need your own GUI? You can change configuration with trackbars with dynamic_reconfigure and show results with rviz.