ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The "unsupported shadows type" message implies that your video card can't do what gazebo is asking of it. It should gracefully degrade, but it's possible Ogre (the 3d engine that gazebo uses) is mishandling the case and failing.
If you turn on core dumps with:
... then run it again it will put the crash information in ~/ros/core
which can then be analyzed with:
gdb --core=~/ros/core <path-to-gazebo-goes-here>/bin/gazebo
That at least will tell you where it's crashing and then perhaps someone else can help more.