Skip to content

bug in sdf_exporter.py #2612

@Pan-Chenliang

Description

@Pan-Chenliang

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"})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions