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

Can Qt creator build python programs?

asked 2017-07-06 05:08:07 -0500

Cristiano Bentes gravatar image

updated 2017-07-07 09:45:29 -0500

Hi everyone,

I'm using Qt creator IDE for prohramming with ROS. Although Qt creator only "supports" C++ for ROS it should be possible to build python programs by adding the necessary dependencies in the package.xml and the CMakeLists.txt. Right? However, when i build any package that was created using the IDE, python programs are not compiled

Any thoughts?

Thank you

Ubuntu 14 indigo

edit retag flag offensive close merge delete

Comments

I have developed GUI to control A R Drone 2.0 using PyQT. You can check this link https://github.com/pavankumarbn/DoneG...

pavankumarbn gravatar image pavankumarbn  ( 2017-10-24 21:48:03 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-07-07 08:34:45 -0500

SorinV gravatar image

You can use as example this rqt application. It implements the GUI using python that you compile in your workspace. I modified this one and it works great for me.

edit flag offensive delete link more

Comments

Not quite what I'm looking for. My question is about IDE's. See [ http://wiki.ros.org/IDEs#QtCreator ]

Cristiano Bentes gravatar image Cristiano Bentes  ( 2017-07-07 09:48:01 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-07-06 05:08:07 -0500

Seen: 1,128 times

Last updated: Jul 07 '17