Closed christian-rauch closed 5 years ago
What Gazebo version are you using? I think this has been fixed in the latest Gazebo 9 release by this PR.
The latest released version of ros-melodic-gazebo-ros
(2.8.4) and gazebo9
(9.0.0).
You'll need to install Gazebo 9 from OSRF's packages as instructed here. The latest version is 9.6.0.
Oh, I thought these are only for non-ROS usage. Why are the packages in the ROS repo not updated? Are the packages from this repo compatible with ROS?
ROS uses the Gazebo version on Ubuntu by default, but as long as it is major version 9 it should work with Melodic and Crystal.
Ups, I thought it's using the gazebo9
package from the ROS repo: http://packages.ros.org/ros/ubuntu/pool/main/g/gazebo9/ but I just saw now that it's not released for bionic
(just artful
).
Thanks for pointing me to the gazebo repo. I am going to test with the newest release.
Problem solved with updated Gazebo packages from osrf repo. Thanks.
Gazebo 9 (on ROS melodic) crashes after a spawned URDF model is selected in the GUI.
Steps to reproduce:
ros-melodic-franka-description
(this happens with other URDF files too)roslaunch gazebo_ros empty_world.launch
xacro /opt/ros/melodic/share/franka_description/robots/panda_arm_hand.urdf.xacro > panda.urdf
rosrun gazebo_ros spawn_model -file panda.urdf -urdf -model panda
World > Models > panda
After this, Gazebo crashes with:
This used to work with ROS kinetic / Gazebo 7