Skip to content

Commit 0b40253

Browse files
committed
Add a comment explaining the xacro parameters.
1 parent 031cb41 commit 0b40253

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rtb-data/rtbdata/xacro/puma560_description/urdf/puma560_robot.urdf.xacro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
<xacro:property name="M_PI" value="3.14159265"/>
1212

13+
<!--
14+
List of distance parameters encoding the model (in meters).
15+
Each name has two indices, first to the link number, and then to the joint.
16+
So the distances between link2 and joint1 is `l2_1`, and link4 to joint 3 is `l4_3`.
17+
Link 4 has two purpendicular offsets to joint 4, denoted l4_4y and l4_4z.
18+
-->
1319
<xacro:property name="l1_1" value="0.54864"/>
1420
<xacro:property name="l2_1" value="0.07493"/>
1521
<xacro:property name="l2_2" value="0.14224"/>

0 commit comments

Comments
 (0)