Create a node with GUI

asked 2017-06-20 04:57:21 -0500

jony gravatar image

Hi! I want to create a node for a package supported by a GUI. I read something about create it as a rqt plugin but I don't like so much this idea. I think it can be a little limiting and I'd prefer to create my custom GUI in c++ (using qt-creator). However I don't find any tutorials that can help me. Any suggestions?

edit retag flag offensive close merge delete

Comments

1

Just a note: rqt == qt but with ROS infra behind / next to it. Creating a gui in Qt Creator designer and loading the .ui file should be perfectly possible.

I'm not saying you have to do it this way, but I wanted to clarify it.

gvdhoorn gravatar image gvdhoorn  ( 2017-06-20 05:04:21 -0500 )edit

Thanks @gvdhoorn for the clarification. But I don't want to create a rqt plugin. What I need is a tutorial (or also the main steps) to create a ros GUI in qt-creator and to build It.

jony gravatar image jony  ( 2017-06-20 05:28:39 -0500 )edit

Something I am looking for, good question. I would follow this chain.

arunavanag gravatar image arunavanag  ( 2017-07-02 01:49:07 -0500 )edit

I read tutorial about GUI nodes in book Learning Robotics using Python. They use qt_creator. But using Python, not C++

Stepan Kostusiev gravatar image Stepan Kostusiev  ( 2018-07-09 12:21:21 -0500 )edit