Robotics StackExchange | Archived questions

Gazebo beginner- Model won't load

I just started learning Gazebo and am going through the tutorials on the website. It asked to start Gazebo by gazebo in terminal and then load pioneer2dx.world as gazebo worlds/pioneer2dx.world

The Gazebo started fine but i can't see pioneer model. It is present in the worlds directory but doesn't load in the simulator. There are also 2 directories for gazebo- both gazebo and gazebo-11

I tried running for both in terminal but the model doesn't load.

Asked by Anshay on 2020-12-06 04:34:10 UTC

Comments

you can do gazebo --verbose worlds/pioneer2dx.world and see if it gives any error messages. It could be issue with downloading the model. Alternatively, you can try worlds/shapes.world

Asked by iche033 on 2020-12-18 14:33:39 UTC

Thanks @iche033 It's working now after the last update to ros.

Asked by Anshay on 2020-12-21 04:36:36 UTC

Answers