Dear community,
unfortunately, I am not able to compile my plugins any longer. I obtain the following error:
/usr/include/ignition/gazebo6/ignition/gazebo/System.hh:30:10: fatal error: sdf/Element.hh: No such file or directory
My plugins' CMakeLists.txt is built up similar to the ignition fortress examples on github, see https://github.com/gazebosim/gz-sim/tree/ign-gazebo6/examples/plugin, e.g. https://github.com/gazebosim/gz-sim/blob/ign-gazebo6/examples/plugin/command_actor/CMakeLists.txt
The transitive dependency to sdf seems somehow to have disappeared, but must now be explicitly listed as well?
It seems to be introduced by some pkg updates, although i am not able to trace this effect down to a certain transition between two particular versions. Currently problem occurs with ignition fortress 6.14.0.
Any help is appreciated.
BR