robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
40 stars 16 forks source link

Blockfactory does not re-load config file #49

Open bemilio opened 4 years ago

bemilio commented 4 years ago

If in the C++ library loaded by blockfactory a configuration file loaded from ResourceFinder is used, in order to see any edit to the configuration taking place it is necessary to restart MATLAB

diegoferigo commented 4 years ago

This behaviour is quite odd to be honest. I don't think that the culprit is blockfactory itself, since all the logic behind configuration files is handled by the external dependency Yarp and its ResourceFinder.

Can you be more specific with the description of the problem? Did you try to reproduce your usage of ResourceFinder in a simple and standalone main.cpp to double check that is not your way to use it that has an oversight?