GitLab | UTCN
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
robotics-toolbox-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robot Control Systems
robotics-toolbox-python
Commits
de095655
Commit
de095655
authored
2 years ago
by
Tassos (nakano) Natsakis
Committed by
Davian Paul Martinovici
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
More accurate description of the AL5D kinematics
parent
8166d590
Branches
Branches containing commit
No related tags found
1 merge request
!2
Cloned github repo and added gitlab repo changes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roboticstoolbox/models/DH/AL5D.py
+5
-5
5 additions, 5 deletions
roboticstoolbox/models/DH/AL5D.py
rtb-data/rtbdata/xacro/al5d_description/urdf/al5d_robot.urdf
+30
-20
30 additions, 20 deletions
rtb-data/rtbdata/xacro/al5d_description/urdf/al5d_robot.urdf
with
35 additions
and
25 deletions
roboticstoolbox/models/DH/AL5D.py
+
5
−
5
View file @
de095655
...
...
@@ -51,11 +51,11 @@ class AL5D(DHRobot):
# zero = 0.0
# robot length values (metres)
a
=
[
0
,
0.002
,
0.14
679
,
0.1
7751
]
d
=
[
-
0.06858
,
0
,
0
,
0
]
a
=
[
0
,
0.002
,
0.14
533
,
0.1
8232
]
d
=
[
-
0.06858
,
0
,
-
0.00077
,
0.0011
]
alpha
=
[
pi
,
pi
/
2
,
pi
,
pi
]
offset
=
[
pi
/
2
,
pi
,
-
0.0
427
,
-
0.0
427
-
pi
/
2
]
offset
=
[
pi
,
-
pi
/
2
-
0.0
059
,
pi
/
2
-
0.0
378
,
pi
/
2
-
0.0319
]
# mass data as measured
# mass = [0.187, 0.044, 0.207, 0.081]
...
...
@@ -85,7 +85,7 @@ class AL5D(DHRobot):
links
=
[]
for
j
in
range
(
3
):
for
j
in
range
(
4
):
link
=
RevoluteMDH
(
d
=
d
[
j
],
a
=
a
[
j
],
...
...
@@ -100,7 +100,7 @@ class AL5D(DHRobot):
)
links
.
append
(
link
)
tool
=
SE3
(
0.0
7719
,
0
,
0
)
tool
=
SE3
(
0.0
8573
,
0
,
0
)
*
SE3
.
Rx
(
pi
)
super
().
__init__
(
links
,
...
...
This diff is collapsed.
Click to expand it.
rtb-data/rtbdata/xacro/al5d_description/urdf/al5d_robot.urdf
+
30
−
20
View file @
de095655
...
...
@@ -21,10 +21,10 @@
</inertial>
</link>
<link
name=
"
link1
"
>
<link
name=
"
waist
"
>
<visual>
<geometry>
<mesh
filename=
"package://al5d_description/meshes/
link1
.stl"
scale=
"0.001 0.001 0.001"
/>
<mesh
filename=
"package://al5d_description/meshes/
waist
.stl"
scale=
"0.001 0.001 0.001"
/>
</geometry>
<origin
rpy=
"0 0 0"
xyz=
"0 0 0"
/>
<material
name=
"black"
/>
...
...
@@ -35,12 +35,12 @@
</inertial>
</link>
<link
name=
"
link2
"
>
<link
name=
"
shoulder
"
>
<visual>
<geometry>
<mesh
filename=
"package://al5d_description/meshes/
link2
.stl"
scale=
"0.001 0.001 0.001"
/>
<mesh
filename=
"package://al5d_description/meshes/
shoulder
.stl"
scale=
"0.001 0.001 0.001"
/>
</geometry>
<origin
xyz=
"0 0 0"
/>
<origin
rpy=
"0 0 0"
xyz=
"0 0 0"
/>
<material
name=
"gray"
/>
</visual>
<inertial>
...
...
@@ -49,12 +49,12 @@
</inertial>
</link>
<link
name=
"
link3
"
>
<link
name=
"
elbow
"
>
<visual>
<geometry>
<mesh
filename=
"package://al5d_description/meshes/
link3
.stl"
scale=
"0.001 0.001 0.001"
/>
<mesh
filename=
"package://al5d_description/meshes/
elbow
.stl"
scale=
"0.001 0.001 0.001"
/>
</geometry>
<origin
rpy=
"0 0
-0.0427
"
xyz=
"0 0 0"
/>
<origin
rpy=
"0 0
0
"
xyz=
"0 0 0"
/>
<material
name=
"gray"
/>
</visual>
<inertial>
...
...
@@ -63,12 +63,12 @@
</inertial>
</link>
<link
name=
"
link4
"
>
<link
name=
"
gripper
"
>
<visual>
<geometry>
<mesh
filename=
"package://al5d_description/meshes/
link4
.stl"
scale=
"0.001 0.001 0.001"
/>
<mesh
filename=
"package://al5d_description/meshes/
gripper
.stl"
scale=
"0.001 0.001 0.001"
/>
</geometry>
<origin
rpy=
"0 0
1.528096327
"
xyz=
"0 0 0"
/>
<origin
rpy=
"0 0
0
"
xyz=
"0 0 0"
/>
<material
name=
"black"
/>
</visual>
<inertial>
...
...
@@ -77,9 +77,11 @@
</inertial>
</link>
<link
name=
"tool"
/>
<joint
name=
"j1"
type=
"revolute"
>
<parent
link=
"base"
/>
<child
link=
"
link1
"
/>
<child
link=
"
waist
"
/>
<origin
rpy=
"0 3.141592653 0"
xyz=
"0 0 0.06858"
/>
<axis
xyz=
"0 0 1"
/>
<!-- This is descibed in child frame -->
...
...
@@ -87,8 +89,8 @@
</joint>
<joint
name=
"j2"
type=
"revolute"
>
<parent
link=
"
link1
"
/>
<child
link=
"
link2
"
/>
<parent
link=
"
waist
"
/>
<child
link=
"
shoulder
"
/>
<origin
rpy=
"0 1.570796325 -1.570796325"
xyz=
"0.002 0 0"
/>
<axis
xyz=
"0 0 1"
/>
<!-- This is descibed in child frame -->
...
...
@@ -96,20 +98,28 @@
</joint>
<joint
name=
"j3"
type=
"revolute"
>
<parent
link=
"
link2
"
/>
<child
link=
"
link3
"
/>
<origin
rpy=
"0 3.141592653 1.570796325"
xyz=
"0.14679 0 0"
/>
<parent
link=
"
shoulder
"
/>
<child
link=
"
elbow
"
/>
<origin
rpy=
"0 3.141592653 1.570796325"
xyz=
"0.14679 0 0
.00077
"
/>
<axis
xyz=
"0 0 1"
/>
<!-- This is descibed in child frame -->
<limit
effort=
"1000.0"
lower=
"-1.570796325"
upper=
"1.570796325"
velocity=
"0"
/>
</joint>
<joint
name=
"j4"
type=
"revolute"
>
<parent
link=
"
link3
"
/>
<child
link=
"
link4
"
/>
<origin
rpy=
"3.141592653 0 1.570796325"
xyz=
"0.1
7751 0 0
"
/>
<parent
link=
"
elbow
"
/>
<child
link=
"
gripper
"
/>
<origin
rpy=
"3.141592653 0
-
1.570796325"
xyz=
"0.1
8232 0 0.0011
"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"1000.0"
lower=
"-1.570796325"
upper=
"1.570796325"
velocity=
"0"
/>
</joint>
<joint
name=
"fixed_joint"
type=
"fixed"
>
<parent
link=
"gripper"
/>
<child
link=
"tool"
/>
<origin
rpy=
"-1.570796325 0 0"
xyz=
"0 -0.08573 0"
/>
<axis
xyz=
"0 0 1"
/>
</joint>
</robot>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment