Robotics StackExchange | Archived questions

how can i start gazebo faster with a deep populated world?

Hi all,

I want to populate some models into the gazebo. (about 500 models in 5 types - 5 x 100)

I populate them randomly, then arrange and save the world.

When I want to load the saved world file it takes a long to load.

What is the best approach to populate a dense world?

Thanks

Asked by hadi88 on 2021-02-16 11:44:37 UTC

Comments

Answers

In the past I have written scripts to generate random SDF world files, and then loaded the worlds into Gazebo. The time required to load a world depends on the number and complexity of your models.

Asked by nkoenig on 2021-02-17 11:23:03 UTC

Comments

Isn't there any methods like caching models into ram in order to reduce replication? I need to make a dense forest in the gazebo so there are many models. as I replicate models, the real-time factors decrease.

Asked by hadi88 on 2021-02-22 12:50:46 UTC