1 | initial version |
as addition to scpeters answer:
You can add sdformat as system dependency. You can do so by calling the catkin_create_pkg
script with the parameter -s sdformat
.
This should solve the problem without adding a package.xml
.
If you already have a package you can just add sdformat like you would do with gazebo. If you are already linking gazebo as sysdep this should not be necessary...