Robotics StackExchange | Archived questions

Creating a world file with a series of cylinders as obstacles

How can I create a .world able to spawn a certain numbers of cylinders in the space?

Asked by aleragu on 2019-02-05 07:33:36 UTC

Comments

Answers

You want to spawn the cylinders after the world is loaded, or to have the cylinders in the world from the beginning?

It sounds like you could start from this tutorial.

Asked by chapulina on 2019-02-05 10:42:19 UTC

Comments

you might be looking fot the population.

It's a characteristic of the world. So you put the tag directly under the tags. You can choose from different layouts. Depending on the layout you pass the tag sertain information, like number of object (in case of a line or some random layout) or number od columns and rows (in case of the grid). You can find all the information in the two provided links.

Asked by kumpakri on 2019-02-05 17:21:54 UTC

Comments