robotology/gazebo-fmi

Enabled flag

Closed this issue · 2 comments

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

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!

Resolved