Robotics StackExchange | Archived questions

Populate objects dynamically

Hi all, I wsih to dynamically populate objects into my world based on some condition. For e.g.; There is a row of coke cans. After evert 10 mins, I want to magically add one coke can to the row. Is such a think possible to describe using SDF ? Please help.

Thanks in advance, Cheers, Amar

Asked by amarbanerjee23 on 2018-01-10 06:06:59 UTC

Comments

Answers

Not possible with pure SDF, you'll need to either trigger it manually, or write a plugin that does it for you.

This tutorial shows how to spawn a model dynamically, you can adapt it to spawn based on time, for example.

Asked by chapulina on 2018-01-10 13:48:40 UTC

Comments