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 text

xyz = roll - pitch - yaw; a knee I would asume is pitch

<axis xyz="0 1 0"/>

My urdf looks different, maybe its just a copy paste issue, but things seem missing.

<link name="Link_A">
...
</link>

<joint name="Joint_A" type="revolute"> ... <axis xyz="0 1 0"/> ... </joint>

link text

xyz = roll - pitch - yaw; a knee I would asume is pitch

<axis xyz="0 1 0"/>

My urdf looks different, maybe its just a copy paste issue, but things seem missing.

<link name="Link_A">
...
</link>

<joint name="Joint_A" name=Joint_A" type="revolute"> ... <axis xyz="0 1 0"/> ... </joint>

</joint>