rviz black screen
Hello together,
when I try to start rviz in 60% of the tries the rviz screen just stays black. Starting with the same parameters! When Rviz on time stayed black the chance is smaller that the next try works. Sometimes there a 20 tries with only black screens. After doing a while different stuff the chance get higher that rviz works agagin. I dont have any clue which factor influences rviz to work or not to work.
Edit: This was the problem: I suggest the problem could be that I run my ROS-Enviroment on a ubuntu in the vmware-player. Maybe the virtual graphic-card of the vamware-image doesnt fit with rviz.
Many thanks in advance Dominik
Asked by viovio on 2012-11-25 10:44:44 UTC
Answers
Have you tried changing OGRE_RTT_MODE to something else than "PBuffer" ?
When I had some problems with rviz, I saw that this parameter may influence the behavior of rviz...
Asked by Stephane.M on 2012-11-25 23:37:38 UTC
Comments
link for the lazy
Asked by eric-wieser on 2016-04-02 14:37:21 UTC
Comments
I get the same thing running Ubuntu 12.04 64-bit natively with ATI graphics card. I have not seen this on any laptops/desktops with Nvidia cards.
Asked by Thomas D on 2012-11-25 14:22:11 UTC
Which ROS release are you using? I had similar problems on Electric, but haven't experienced it at all since installing Fuerte. I'm also running Ubuntu 12.04 64-bit natively, with an ATI graphics card.
Asked by damjan on 2012-11-26 00:02:16 UTC
Im using also Ubuntu 12.04 64-bit natively with an ATI graphics card. I use Fuerte.
Asked by viovio on 2012-11-26 00:56:20 UTC
So, you are running Fuerte on a Ubuntu that's running inside a vmware-player, which is running on a native Ubuntu? This could be a problem: http://answers.ros.org/question/35172/does-rviz-run-properly-on-a-virtual-machine-i-followed-all-instructions-but-the-display-is-just-a-blank-screen/
Asked by damjan on 2012-11-26 06:33:42 UTC
But there seems to be no solution, except installing ubuntu on a single partition. This would be pretty uncomfortable, especially using visual studio for programming. Are there more proposals? Meanwhile I try to follow the Answer.
Asked by viovio on 2012-12-01 04:23:19 UTC
Did changing OGRE_RTT_MODE (as suggested in the answer by @stephanem) help? For me, deleting the whole ~/.rviz directory prior to starting rviz would sometimes help.
Asked by damjan on 2012-12-05 02:46:34 UTC