Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arm_description
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
humanoides
tv3
arm
ROS
arm_description
Commits
ec697f39
Commit
ec697f39
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Modified the URDF file to make it coincide with the real robot.
parent
d9d6ad7b
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
urdf/arm2.xacro
+3
-3
3 additions, 3 deletions
urdf/arm2.xacro
with
3 additions
and
3 deletions
urdf/arm2.xacro
+
3
−
3
View file @
ec697f39
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
</link>
</link>
<joint
name=
"roll"
type=
"revolute"
>
<joint
name=
"roll"
type=
"revolute"
>
<origin
xyz=
"0.0675 0.0 -0.03"
rpy=
"0
0
1.5707"
/>
<origin
xyz=
"0.0675 0.0 -0.03"
rpy=
"0
-1.5707
1.5707"
/>
<parent
link=
"pan_link"
/>
<parent
link=
"pan_link"
/>
<child
link=
"roll_link"
/>
<child
link=
"roll_link"
/>
<axis
xyz=
"0 1 0"
/>
<axis
xyz=
"0 1 0"
/>
...
@@ -135,10 +135,10 @@
...
@@ -135,10 +135,10 @@
</link>
</link>
<joint
name=
"tilt"
type=
"revolute"
>
<joint
name=
"tilt"
type=
"revolute"
>
<origin
xyz=
"0.001
-
0.0
0171
-0.06
189
"
rpy=
"0 1.5707 -1.5707"
/>
<origin
xyz=
"0.001 0.0 -0.06"
rpy=
"0 1.5707 -1.5707"
/>
<parent
link=
"roll_link"
/>
<parent
link=
"roll_link"
/>
<child
link=
"tilt_link"
/>
<child
link=
"tilt_link"
/>
<axis
xyz=
"0 1 0"
/>
<axis
xyz=
"0
-
1 0"
/>
<anchor
xyz=
"0 0 0"
/>
<anchor
xyz=
"0 0 0"
/>
<limit
lower=
"-1.5707"
upper=
"1.5707"
effort=
"1.5"
velocity=
"10.0"
/>
<limit
lower=
"-1.5707"
upper=
"1.5707"
effort=
"1.5"
velocity=
"10.0"
/>
<dynamics
damping=
"0.7"
/>
<dynamics
damping=
"0.7"
/>
...
...
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