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

I want to develop a GUI with pyqt

asked 2011-04-01 09:21:24 -0500

Shamma gravatar image

updated 2014-01-28 17:09:27 -0500

ngrennan gravatar image

hello All,

I saw the threads that the people post about pyqt, and I though maybe my question will be different and I will get the accurate answer that I want..

So now I already created a GUI with pyqt which takes data from the robot's camera and display it on the screen. Now, I want to display some information about the robot on the screen as well and I want to control him... I found some code which is written in ROS and I just want to create a GUI for it to display the information on the screen and I am going to add some other stuff.. the question here "is it ok to you pyqt?" or shall I look up for another GUI library ??

thank you

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2011-04-03 14:25:23 -0500

kwc gravatar image

You're free to use whatever software you like. Keep in mind that PyQt is GPL, which places restrictions on the software you can use with it. An alternative is PySide, which recently reached 1.0 status.

edit flag offensive delete link more
-1

answered 2018-12-16 21:34:47 -0500

pavankumarbn gravatar image

updated 2018-12-18 02:14:09 -0500

I have developed a simple GUI to control drone using QtCreater, PyQT, and ROS. You can find it on this link https://github.com/pavankumarbn/Drone... . Also In this video ( https://www.youtube.com/watch?v=CNgfM... ), you can find detailed information on the same.

edit flag offensive delete link more

Comments

Please don't post link-only answers, this leaves the answer to be not self-contained. Please update your answer with the all of the relevant information to answer the question.

jayess gravatar image jayess  ( 2019-01-05 12:13:03 -0500 )edit

Question Tools

Stats

Asked: 2011-04-01 09:21:24 -0500

Seen: 3,247 times

Last updated: Dec 18 '18