Enabled flag
Closed this issue · 2 comments
triccyx commented
It would be useful the possibilitie to disable an FMU from the *.sdf file via global plugin flag default true.
<plugin name="HED_R_fmi_actuator_plugin" filename="libFMIActuatorPlugin.so">
<enabled>true</enabled>
<verbose>false</verbose>
In this way we can avoid to comment the plugin lines in sdf if the FMU is not necessary
traversaro commented
To be honest I am not a big fan of it, but I do not think it can create big maintainability problems if introduced, so feel free to open a PR, thanks!
triccyx commented
Resolved