gazebo crashing frequently in groovy Ubuntu 12.10 [closed]

asked 2013-08-25 07:24:31 -0500

Hello everyone

I am using ROS after a while. I was working on electric on Ubuntu 11.10, When I switched to Ubuntu 12.10 and groovy (as I guess Hydro is not yet officially released) I am quite disturbed to see that gazeebo is crashing frequently. (I intend to work only on simulation for now (no real robots)0

command : roslaunch pr2_gazebo pr2_empty_world.launch often fails and when it is able to open gazebo it prints a lot of error on console like

Error [Events.hh:141] Events::ConnectWorldUpdateStart is deprecated in v 1.5.0. Please use Events::ConnectWorldUpdateBegin 
many a times and also
...
Error [SDF.cc:760] Missing element description for [CxPrime]
...
Error [SDF.cc:760] Missing element description for [depthImageCameraInfoTopicName]
Error [SDF.cc:760] Missing element description for [CxPrime]
[ INFO] [1377449839.107797620]: Camera plugin missing <cxprime>, defaults to 0
[ INFO] [1377449839.107928452]: Camera plugin missing <cx>, defaults to 0
[ INFO] [1377449839.107999467]: Camera plugin missing <cy>, defaults to 0
[ INFO] [1377449839.108094481]: Camera plugin missing <focallength>, defaults to 0
[ INFO] [1377449839.108160024]: Camera plugin missing <hackbaseline>, defaults to 0
[ WARN] [1377449839.108264716]: gazebo_ros_camera_ simulation does not support non-zero distortion parameters right now, your simulation maybe wrong.
[ INFO] [1377449839.255279715]: Reconfigure request for the gazebo ros camera_: head_mount_kinect_rgb. New rate: 2.00
Error [SDF.cc:760] Missing element description for [depthImageTopicName]
Error [SDF.cc:760] Missing element description for [depthImageCameraInfoTopicName]
Error [SDF.cc:760] Missing element description for [CxPrime]
....
Error [SDF.cc:760] Missing element description for [pointCloudTopicName]
Error [SDF.cc:760] Missing element description for [depthImageTopicName]
Error [SDF.cc:760] Missing element description for [depthImageCameraInfoTopicName]
Error [SDF.cc:760] Missing element description for [pointCloudCutoff]
....


And often it fails saying that process has died.

Could it be an issue with my graphics card? (Although when it runs (unable to do arm manipulation so far), I get 0.84 times real speed). I don't think my nvidia 630M card is being used (I am using i7 2.3Ghz/8GB Ram (Asus K55V))

I get following on

$ lspci -nnk | grep -i vga -A3 | grep 'in use'
    Kernel driver in use: i915
    Kernel driver in use: nouveau

and on

 sudo  lshw -c video
  *-display               
       description: VGA compatible controller
       product: GF108 [GeForce GT 630M]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nouveau latency=0
       resources: irq:16 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff
  *-display
       description: VGA compatible controller
       product: 3rd Gen Core processor Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:49 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)

Is there a way to start pr2 simulation reliably. Any help/comment is greatly appreciated.

edit retag flag offensive reopen merge delete

Closed for the following reason Gazebo Question: The Gazebo community prefers to answer questions at: http://answers.gazebosim.org by tfoote
close date 2016-08-08 01:43:55.641653

Comments

You should probably (now) ask this question on http://answers.gazebosim.org/questions/

SL Remy gravatar image SL Remy  ( 2013-08-25 11:43:24 -0500 )edit

This is a great question. I too have been unable to fix this on my setup. I noticed that this maybe connected to the fact that I can't get an image to display in rviz either.

Mayur gravatar image Mayur  ( 2013-12-07 19:22:51 -0500 )edit