Closed reinzor closed 9 years ago
Just an update so i don't forget what i meant with this. For example for reading the configuration parameters for perception plugins only once, in the plugin_container, instead of in every perception plugin. Reduces ammount of code and loading times
There was already a function configure(...) for plugins that loads parameters directly from ED configuration file. All percetpion plugins now load the parameters from ED config file, no longer hardcoded, since here f4c0fc79194053f77b213362b37fd9d262df13c5
To avoid re-reading the model.yml file in every plugin loading, do that reading once and provide an extra parameter with that information.