Gazebo 1.5 ros::InvalidNameException
I have tried several combination of ROS and gazebo but unfortunatly there is still a problem somewhere in each version. I have ROS fuerte, groovy and Hydro on one system which I can switch through by sourcing different setup files.
If I run roslaunch gazeboworlds emptyworld_sdf.launch:
Gazebo multi-robot simulator, version 1.5.0
Copyright (C) 2013 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org
terminate called after throwing an instance of 'ros::InvalidNameException'
what(): Character [] at element [8] is not valid in Graph Resource Name [gazeboeb]. Valid characters are a-z, A-Z, 0-9, / and _.
Msg Waiting for master
Error [Connection.cc:477] Connection[0] Closed during Read
Aborted (core dumped)
terminate called after throwing an instance of 'boost::system::system_error'
what(): Connection reset by peer
Aborted (core dumped)
[gazebo-2] process has died [pid 3263, exit code 134, cmd /opt/ros/groovy/stacks/simulator_gazebo/gazebo/scripts/gazebo /opt/ros/groovy/stacks/simulator_gazebo/gazebo_worlds/worlds/empty_sdf.world __name:=gazebo __log:=/home/lennart/.ros/log/b3574644-2501-11e3-93d9-00216a4e286a/gazebo-2.log].
log file: /home/lennart/.ros/log/b3574644-2501-11e3-93d9-00216a4e286a/gazebo-2*.log
[gazebo_gui-3] process has died [pid 3272, exit code 134, cmd /opt/ros/groovy/stacks/simulator_gazebo/gazebo/scripts/gui __name:=gazebo_gui __log:=/home/lennart/.ros/log/b3574644-2501-11e3-93d9-00216a4e286a/gazebo_gui-3.log].
log file: /home/lennart/.ros/log/b3574644-2501-11e3-93d9-00216a4e286a/gazebo_gui-3*.log
How can I debug this? There seem to be no variables set, echo $GAZEBO is empty. Should I source a file? If I try to source
source /opt/ros/groovy/stacks/simulator_gazebo/gazebo/setup.bash
[rospack] Error: stack/package ogre not found
When the resource path is changed than this works. Paths:
/opt/ros/groovy/stacks/simulator_gazebo/gazebo_worlds:/opt/ros/groovy/stacks/simulator_gazebo/gazebo/gazebo/share/gazebo-1.3
/opt/ros/groovy/stacks/simulator_gazebo/gazebo/gazebo/lib/gazebo-1.3/plugins
Are these correct?
(I did ask this question before: http://answers.gazebosim.org/question/3935/gazebo-15-crash-on-startup-invalidnameexception/?comment=4008#comment-4008)
Did you ever find a solution to this?
Are you saying here that it worked when you switched to Gazebo 1.3 instead of 1.5? I don't understand what you mean by "changing the resource path".