Qt GUI with rviz

asked 2015-06-07 14:13:58 -0500

yolanda_de_la_hoz gravatar image

Hi! I am currently developing a ROS GUI with Qt. In this GUI I use Rviz render panels to incorporate some of Rviz functionalities to my GUI. To achieve this I follow the ROS tutorial:
http://wiki.ros.org/rviz/Tutorials/Li...

The problem comes when I create two instances to visualize two render panels as the same time. I’ve found that the instances are not running on my GPU so my GUI slow down and it crashes, for example, when I try to access to the file system to load a file. I notice that it doesn’t happen when I run Rviz as standalone. Are there any way to fix that problem? Thanks.

edit retag flag offensive close merge delete