Robotics StackExchange | Archived questions

Create a node with GUI

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?

Asked by jony on 2017-06-20 04:57:21 UTC

Comments

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.

Asked by gvdhoorn on 2017-06-20 05:04:21 UTC

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.

Asked by jony on 2017-06-20 05:28:39 UTC

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

Asked by arunavanag on 2017-07-02 01:49:07 UTC

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

Asked by Stepan Kostusiev on 2018-07-09 12:21:21 UTC

Answers