Skip to content

Incorrect URDF to SDF conversion of gravity and self_collide tags #71

@osrf-migration

Description

@osrf-migration

Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).

The original report had attachments: test_urdf.sdf, test_urdf.urdf, test_urdf.xacro


Here is the source, and the specific part of the question:

gravity, selfCollide and self_collide (gazebo tag for links)

Adding one of the tags above for a link, an additional tag is added to the resulting sdf file, i.e. there are then two gravity tags for the same link in the sdf file where the first is always set to true (1) and the second sdf tag holds the value set in the urdf. I assume that when gazebo parses the sdf file, it always finds the first tag using their value, thus always neglecting what has been set in the urdf.

and

kp, kd (gazebo tag for joint)

Not converted into sdf. Why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    URDFURDF parsingbugSomething isn't workingmajor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions