File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
roboticstoolbox/models/URDF
rtb-data/rtbdata/xacro/puma560_description/urdf Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ class Puma560(ERobot):
26
26
- qs, arm is stretched out in the x-direction
27
27
- qn, arm is at a nominal non-singular configuration
28
28
29
+ .. warning:: This file has been modified so that the zero-angle pose is the
30
+ same as the DH model in the toolbox. ``j3`` rotation is changed from
31
+ -𝜋/2 to 𝜋/2. Dimensions are also slightly different. Both models
32
+ include the pedestal height.
33
+
34
+ .. note:: The original file is from https://github.com/nimasarli/puma560_description/blob/master/urdf/puma560_robot.urdf.xacro
35
+
29
36
.. codeauthor:: Jesse Haviland
30
37
.. sectionauthor:: Peter Corke
31
38
"""
Original file line number Diff line number Diff line change 93
93
<joint name =" j3" type =" revolute" >
94
94
<parent link =" link3" />
95
95
<child link =" link4" />
96
- <origin xyz =" ${a_2} ${a_3} ${d_2}" rpy =" 0 0 ${- M_PI/2}" />
96
+ <origin xyz =" ${a_2} ${a_3} ${d_2}" rpy =" 0 0 ${M_PI/2}" />
97
97
<axis xyz =" 0 0 1" /> <!-- This is descibed in child frame -->
98
98
<limit effort =" 1000.0" lower =" ${-M_PI/2}" upper =" ${M_PI/2}" velocity =" 0" />
99
99
</joint >
You can’t perform that action at this time.
0 commit comments