no window or output from rviz
I've been running rviz (as well as the rest of the ROS stack) just fine on one computer, but now I can't get rviz to run on a second computer. Unfortunately, I don't get any output from rviz on the second computer, so I am having trouble figuring out how to debug it.
The second computer is pretty vanilla. (It's a 64-bit Intel PC running Ubuntu 14.04 and Indigo.) If I run rosrun rviz rviz
after starting roscore
, I get absolutely nothing. It just hangs, without output. (I've also checked my .ros/log files.) If I run without starting roscore
, I get this
[ INFO] [1450375110.690702198]: rviz version 1.11.10
[ INFO] [1450375110.690762620]: compiled against OGRE version 1.8.1 (Byatis)
and a dialog box telling me that roscore
isn't running.
I've tried the LIBGL_ALWAYS_SOFTWARE=1
environment-variable trick from the rviz troubleshooting page, and that didn't help.
The only relevant differences I can think of between the two computers is that the second computer has two monitors and an AMD video card, versus a single monitor and Intel integrated graphics. Any help would be appreciated.