gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.18k stars 479 forks source link

Cant' open gazebo 11 on Ubuntu 22.04 #3280

Closed laurafbec closed 1 year ago

laurafbec commented 1 year ago

Environment

Description

Steps to reproduce

  1. I've installed ROS2 Humble on Ubuntu 22.04 by following the instructions described here.
  2. I've installed nav2 packages by following these steps.
  3. I've also installed turtlebot3 stuff in order to test navigation examples. To avoid python warnings, I've to set setuptools version to 58.2.0 and install some ros dependencies by running rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
  4. When trying to run Nav2 navigation example ros2 launch nav2_bringup tb3_simulation_launch.py headless:=False or Turtlebot3 example ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py Gazebo does not start.

Output

imagen

logs_nav2_ex.txt imagen

laurafbec commented 1 year ago

Solved by increasing the number of vCPUs on my VM.