Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
example-robot-data
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
Container Registry
Model registry
Operate
Environments
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
Gepetto
example-robot-data
Commits
e87be2fb
"include/git@gitlab.laas.fr:loco-3d/ndcurves.git" did not exist on "a68a1a7dd5ab74a88704e21f3db8e714cec8b080"
Commit
e87be2fb
authored
4 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Fix ur10_robot
parent
830d1d21
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
robots/ur_description/urdf/ur10_robot.urdf
+22
-2
22 additions, 2 deletions
robots/ur_description/urdf/ur10_robot.urdf
with
22 additions
and
2 deletions
robots/ur_description/urdf/ur10_robot.urdf
+
22
−
2
View file @
e87be2fb
...
@@ -229,7 +229,13 @@
...
@@ -229,7 +229,13 @@
</geometry>
</geometry>
<origin
rpy=
"0 0 0"
xyz=
"-0.01 0 0"
/>
<origin
rpy=
"0 0 0"
xyz=
"-0.01 0 0"
/>
</collision>
</collision>
<inertial>
<mass
value=
"0.0"
/>
<origin
rpy=
"0 0 0"
xyz=
"0 0 0"
/>
<inertia
ixx=
"0.0"
ixy=
"0.0"
ixz=
"0.0"
iyy=
"0.0"
iyz=
"0.0"
izz=
"0.0"
/>
</inertial>
</link>
</link>
<transmission
name=
"shoulder_pan_trans"
>
<transmission
name=
"shoulder_pan_trans"
>
<type>
transmission_interface/SimpleTransmission
</type>
<type>
transmission_interface/SimpleTransmission
</type>
<joint
name=
"shoulder_pan_joint"
>
<joint
name=
"shoulder_pan_joint"
>
...
@@ -306,7 +312,14 @@
...
@@ -306,7 +312,14 @@
<selfCollide>
true
</selfCollide>
<selfCollide>
true
</selfCollide>
</gazebo>
</gazebo>
<!-- ROS base_link to UR 'Base' Coordinates transform -->
<!-- ROS base_link to UR 'Base' Coordinates transform -->
<link
name=
"base"
/>
<link
name=
"base"
>
<inertial>
<mass
value=
"0.0"
/>
<origin
rpy=
"0 0 0"
xyz=
"0 0 0"
/>
<inertia
ixx=
"0.0"
ixy=
"0.0"
ixz=
"0.0"
iyy=
"0.0"
iyz=
"0.0"
izz=
"0.0"
/>
</inertial>
</link>
<joint
name=
"base_link-base_fixed_joint"
type=
"fixed"
>
<joint
name=
"base_link-base_fixed_joint"
type=
"fixed"
>
<!-- NOTE: this rotation is only needed as long as base_link itself is
<!-- NOTE: this rotation is only needed as long as base_link itself is
not corrected wrt the real robot (ie: rotated over 180
not corrected wrt the real robot (ie: rotated over 180
...
@@ -317,7 +330,14 @@
...
@@ -317,7 +330,14 @@
<child
link=
"base"
/>
<child
link=
"base"
/>
</joint>
</joint>
<!-- Frame coincident with all-zeros TCP on UR controller -->
<!-- Frame coincident with all-zeros TCP on UR controller -->
<link
name=
"tool0"
/>
<link
name=
"tool0"
>
<inertial>
<mass
value=
"0.0"
/>
<origin
rpy=
"0 0 0"
xyz=
"0 0 0"
/>
<inertia
ixx=
"0.0"
ixy=
"0.0"
ixz=
"0.0"
iyy=
"0.0"
iyz=
"0.0"
izz=
"0.0"
/>
</inertial>
</link>
<joint
name=
"wrist_3_link-tool0_fixed_joint"
type=
"fixed"
>
<joint
name=
"wrist_3_link-tool0_fixed_joint"
type=
"fixed"
>
<origin
rpy=
"-1.57079632679 0 0"
xyz=
"0 0.0922 0"
/>
<origin
rpy=
"-1.57079632679 0 0"
xyz=
"0 0.0922 0"
/>
<parent
link=
"wrist_3_link"
/>
<parent
link=
"wrist_3_link"
/>
...
...
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