Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
universal_robot
Commits
7697b87c
Commit
7697b87c
authored
Jun 17, 2019
by
Felix Mauch
Browse files
Use correct ee_link orientation for eSeries
parent
3a3d1b0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
ur_e_description/urdf/ur10e.urdf.xacro
View file @
7697b87c
...
...
@@ -293,7 +293,7 @@
<joint
name=
"${prefix}ee_fixed_joint"
type=
"fixed"
>
<parent
link=
"${prefix}wrist_3_link"
/>
<child
link =
"${prefix}ee_link"
/>
<origin
xyz=
"0.0 0.0 0.0"
rpy=
"0.0
0
.0 ${pi/2.0}"
/>
<origin
xyz=
"0.0 0.0 0.0"
rpy=
"0.0
${-pi/2
.0
}
${pi/2.0}"
/>
</joint>
<link
name=
"${prefix}ee_link"
>
...
...
ur_e_description/urdf/ur3e.urdf.xacro
View file @
7697b87c
...
...
@@ -291,7 +291,7 @@
<joint
name=
"${prefix}ee_fixed_joint"
type=
"fixed"
>
<parent
link=
"${prefix}wrist_3_link"
/>
<child
link =
"${prefix}ee_link"
/>
<origin
xyz=
"0.0 0.0 0.0"
rpy=
"0.0
0
.0 ${pi/2.0}"
/>
<origin
xyz=
"0.0 0.0 0.0"
rpy=
"0.0
${-pi/2
.0
}
${pi/2.0}"
/>
</joint>
<link
name=
"${prefix}ee_link"
>
...
...
ur_e_description/urdf/ur5e.urdf.xacro
View file @
7697b87c
...
...
@@ -291,7 +291,7 @@
<joint
name=
"${prefix}ee_fixed_joint"
type=
"fixed"
>
<parent
link=
"${prefix}wrist_3_link"
/>
<child
link =
"${prefix}ee_link"
/>
<origin
xyz=
"0.0 0.0 0.0"
rpy=
"0.0
0
.0 ${pi/2.0}"
/>
<origin
xyz=
"0.0 0.0 0.0"
rpy=
"0.0
${-pi/2
.0
}
${pi/2.0}"
/>
</joint>
<link
name=
"${prefix}ee_link"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment