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

How to implement RVIZ render panel into a GUI created with qtcreator

asked 2016-08-01 04:37:24 -0500

Teo gravatar image

I've created a GUI with qtcreator for making more usable an existing ROS script that utilize RVIZ.

Is it possible to implement inside a qt window an RVIZ render panel? Is it also possible to implement in the same GUI some buttons for using some functionalities provided by RVIZ, like the 2DSET.

I'm using ROS indigo, ubuntu 14.04 and qt 5.

This is an example of the GUI: http://projects.ira.disco.unimib.it/p...

Thanks in advance for your help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-01 08:27:05 -0500

kramer gravatar image

You're going to want to look at librviz.

edit flag offensive delete link more

Comments

I saw that tutorial before, but my problem is that I've already created a GUI with qtcreator and i can modify it only with the design editor.

Teo gravatar image Teo  ( 2016-08-01 10:15:55 -0500 )edit

Almost all the RViz components are QWidgets, which can be embedded like any other. And qtcreator's .ui files are just XML, so you can always edit them directly if it comes to that...

kramer gravatar image kramer  ( 2016-08-01 12:07:57 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-08-01 04:37:24 -0500

Seen: 1,939 times

Last updated: Aug 01 '16