Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
25616ddb
Commit
25616ddb
authored
Mar 03, 2021
by
Olivier Stasse
Browse files
Fix Kinova robot
parent
e87be2fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
robots/kinova_description/robots/kinova.urdf
View file @
25616ddb
...
...
@@ -40,9 +40,21 @@
<!-- Xacro:Properties -->
<!-- [m] -->
<!-- Base link -->
<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>
<link
name=
"jaco_front_hatch_support_v2"
>
<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>
<visual>
<geometry>
<mesh
filename=
"package://example-robot-data/robots/kinova_description/meshes/jaco_front_hatch_support_v2.dae"
/>
...
...
@@ -56,11 +68,17 @@
</joint>
<link
name=
"jaco_mounting_block"
>
<visual>
<geometry>
<mesh
filename=
"package://example-robot-data/robots/kinova_description/meshes/jaco_mounting_block.dae"
/>
</geometry>
</visual>
<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>
<visual>
<geometry>
<mesh
filename=
"package://example-robot-data/robots/kinova_description/meshes/jaco_mounting_block.dae"
/>
</geometry>
</visual>
</link>
<joint
name=
"jaco_support_to_jaco_mounting_block"
type=
"fixed"
>
<parent
link=
"jaco_front_hatch_support_v2"
/>
...
...
@@ -354,7 +372,13 @@
<mechanicalReduction>
160
</mechanicalReduction>
</actuator>
</transmission>
<link
name=
"j2s6s200_end_effector"
/>
<link
name=
"j2s6s200_end_effector"
>
<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=
"j2s6s200_joint_end_effector"
type=
"fixed"
>
<parent
link=
"j2s6s200_link_6"
/>
<child
link=
"j2s6s200_end_effector"
/>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment