We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031cb41 commit 0b40253Copy full SHA for 0b40253
rtb-data/rtbdata/xacro/puma560_description/urdf/puma560_robot.urdf.xacro
@@ -10,6 +10,12 @@
10
11
<xacro:property name="M_PI" value="3.14159265"/>
12
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
+ -->
19
<xacro:property name="l1_1" value="0.54864"/>
20
<xacro:property name="l2_1" value="0.07493"/>
21
<xacro:property name="l2_2" value="0.14224"/>
0 commit comments