ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

How to create a gui using qt creator ?

asked 2018-12-16 05:21:51 -0500

Fstream gravatar image

I am using ubuntu 16.04 and ROS kinetic.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2018-12-16 21:22:59 -0500

pavankumarbn gravatar image

updated 2018-12-24 00:51:10 -0500

  1. $ sudo apt-get install qt-sdk - to install QT
  2. $ sudo apt-get install python-qt4 pyqt4-dev-tools - to install Python bindings for Qt cross-platform

After 1 and 2, Create required UI using QtCreater.

a. $ pyuic4 -x filename.ui -o filename.py

b. In filename.py integrate ROS code to interact with respect to UI Clicks

Follow this Tutorial series https://www.youtube.com/watch?v=CNgfM...

edit flag offensive delete link more

Comments

Can you please update your answer with the relevant information to answer the question? If your video disappears then this answer will no longer have value.

jayess gravatar image jayess  ( 2018-12-18 06:02:54 -0500 )edit

Thank you @jayess for your guidance. I will update my answers.

pavankumarbn gravatar image pavankumarbn  ( 2018-12-18 17:08:32 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-12-16 05:21:51 -0500

Seen: 255 times

Last updated: Dec 24 '18