Appropriate kind of plugin for organization of multiple objects
Hi,
which is the right kind of plugin for the creation and manipulation of multiple objects in the world? I want to spawn and manipulate a bunch of objects during a simulation run according to the user's input. First, i have considered using a ModelPlugin, but this lacks of supporting multiple models. Also -as far as ive seen- it only can be attached to a model at the launch file. For my application, i want to define and spawn objects dynamically.
With best regards!