You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's much more ign sdf -p messes with materials when generating files for Ignition Gazebo. I'm really curious if someone will do something about it, because this way, materials are just unusable. They can't even be passed as blobs to the final SDF because <material> is one of the unfortunate tags which get touched by ign sdf which mangle them like you posted. This is a real blocker for keeping your robot description written in Xacro while using it in Ignition Gazebo - yet this approach has so many benefits that I still choose it over all the other approaches. It seems that so far you have to make friends with sed to polish the result of ign sdf -p.
Environment
Description
Gazebo material tags in the URDF that are already valid SDF material tags should be translated unchanged.
The translation process breaks the material tag by attempting to convert it to a reference to a Gazebo material script.
Steps to reproduce
Output
The generated SDF with the now broken material tag.
The text was updated successfully, but these errors were encountered: