14 lines
255 B
Text
14 lines
255 B
Text
![]() |
<joint
|
||
|
name="{joint_name}"
|
||
|
type="{joint_type}">
|
||
|
<origin
|
||
|
xyz="{joint_location}"
|
||
|
rpy="{joint_rotation}" />
|
||
|
<parent
|
||
|
link="{parent_part}" />
|
||
|
<child
|
||
|
link="{child_part}" />
|
||
|
<axis
|
||
|
xyz="0 0 1" />
|
||
|
</joint>
|