ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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]
.
2 | No.2 Revision |
<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.