Robotics StackExchange | Archived questions

ignition gazebo doesn't run

I am following this tutorial https://docs.ros.org/en/foxy/Tutorial... when i run the following command:

ign gazebo -v 4 -r visualize_lidar.sdf

i get the following output:

[Wrn] [ign.cc:86] Fuel world download failed because Fetch failed. Other errors Unable to find or download file

why is this happening? how can i run the example?

i installed gazebo11 by following these instructions https://github.com/gazebosim/ros_gz/tree/foxy

i am running foxy on ubuntu 20.04 (via VMware on a mac)

Asked by r_gerson on 2022-05-31 14:40:38 UTC

Comments

Answers

ign gazebo is not gazebo11. Gazebo11 is a classic gazebo. Igntion gazebo is the new Gazebo.

Download ign gazebo on either Citadel or Fortress here:

https://gazebosim.org/docs/citadel

https://gazebosim.org/docs/fortress

Or maybe you can try and source /opt/ros/foxy/setup.bash then run ign gazebo -v 4 -r visualize_lidar.sdf

Asked by kakcalu13 on 2022-07-02 00:54:47 UTC

Comments