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
examples/scripts/blender/sdf_exporter.py line 188 sdf_tag = ET.SubElement(model, "sdf", attrib={"sdf": "1.8"})
makes a mistake in gazebo sim, maybe it should be sdf_tag = ET.SubElement(model, "sdf", attrib={"version": "1.8"})
The text was updated successfully, but these errors were encountered:
examples/scripts/blender/sdf_exporter.py line 188
sdf_tag = ET.SubElement(model, "sdf", attrib={"sdf": "1.8"})
makes a mistake in gazebo sim, maybe it should be
sdf_tag = ET.SubElement(model, "sdf", attrib={"version": "1.8"})
The text was updated successfully, but these errors were encountered: