ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
<link name="usbl">
    <visual>
        <origin rpy="0 0 0" xyz="0 0.127 0.0508"/>
    </visual>
</link>

There is no geometry child of the visual element. This would seem to be a malformed urdf. That is most likely why you are getting that error Could not parse visual element for Link [usbl].

<link name="usbl">
    <visual>
        <origin rpy="0 0 0" xyz="0 0.127 0.0508"/>
    </visual>
</link>

There is no geometry child of the visual element. This would seem to be a malformed urdf. That is most likely why you are getting that error Could not parse visual element for Link [usbl].

The geometry element is a required child of visual. Refer to wiki/urdf/XML/link - Elements.