roslaunch pr2_empty_world.launch not working
Hey guys,
I am attempting to see the OMPL in action, so I was folling part 6 of the MoveArmJointGoal tutorial.
When I attempt to roslaunch pr2_empty_world.launch
gazebo briefly opens, then suddenly closes with some red text left in the console.
Here are the last few lines of the console output:
loading model xml from ros parameter
attempting to spawn robot in simulation
waiting for service spawn_urdf_model
directory [/tmp/gazebo-ollie-0] already exists (previous crash?)
the owner gazebo server (pid=30032) is not running.
deleting the old information of the directory [/tmp/gazebo-ollie-0]
Param [quickStep] is deprecated: [replace quickStep with stepType]
Param [quickStepIters] is deprecated: [replace quickStepIters with stepIters]
Param [quickStepW] is deprecated: [replace quickStepW with stepW]
Gazebo successfully initialized
[ INFO] [1299245159.191944453]: Starting to spin camera_synchronizer at 100.000000 Hz...
[ INFO] [1299245160.622058119, 0.001000000]: INFO: gazebo_ros_laser plugin artifically sets minimum intensity to 101.000000 due to cutoff in hokuyo filters.
Service call failed: transport error completing service call: unable to receive data from sender, check sender's logs for details
spawning success None
[gazebo-2] process has died [pid 30174, exit code -11].
log files: /home/ollie/.ros/log/ecba1f0e-4662-11e0-92e8-00e09122c142/gazebo-2*.log
[base_hokuyo_node-15] process has died [pid 30307, exit code -11].
log files: /home/ollie/.ros/log/ecba1f0e-4662-11e0-92e8-00e09122c142/base_hokuyo_node-15*.log
[tilt_hokuyo_node-16] process has died [pid 30309, exit code -11].
log files: /home/ollie/.ros/log/ecba1f0e-4662-11e0-92e8-00e09122c142/tilt_hokuyo_node-16*.log
[camera_synchronizer_node-17] process has died [pid 30311, exit code -11].
log files: /home/ollie/.ros/log/ecba1f0e-4662-11e0-92e8-00e09122c142/camera_synchronizer_node-17*.log
Is there anything else I need to do prior to launching? Here are the logs mentioned above:
Running c-turtle installed from the debian packages, ubuntu 10.10, 256MB 8600M, 2.4GHz Core2Duo, 3GB ram, etc. Thanks in advance,
-Oliver