Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
franka_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
Package registry
Container 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
CeTI
ROS
ROS Packages
Forked Franka Packages
franka_description
Commits
56c6c6b2
Commit
56c6c6b2
authored
4 years ago
by
Sebastian Ebert
Browse files
Options
Downloads
Patches
Plain Diff
decreased joint-limits, to never let the cartesian motion planner again hit the original limits
parent
8d328de1
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/panda_arm.xacro
+7
-7
7 additions, 7 deletions
robots/panda_arm.xacro
with
7 additions
and
7 deletions
robots/panda_arm.xacro
+
7
−
7
View file @
56c6c6b2
...
...
@@ -66,7 +66,7 @@
<parent
link=
"${arm_id}_link0"
/>
<child
link=
"${arm_id}_link1"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"87"
lower=
"-2.
8
973"
upper=
"2.
8
973"
velocity=
"2.1750"
/>
<limit
effort=
"87"
lower=
"-2.
7
973"
upper=
"2.
7
973"
velocity=
"2.1750"
/>
</joint>
<link
name=
"${arm_id}_link2"
>
<visual>
...
...
@@ -99,7 +99,7 @@
<parent
link=
"${arm_id}_link1"
/>
<child
link=
"${arm_id}_link2"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"87"
lower=
"-1.
7
628"
upper=
"1.
7
628"
velocity=
"2.1750"
/>
<limit
effort=
"87"
lower=
"-1.
6
628"
upper=
"1.
6
628"
velocity=
"2.1750"
/>
</joint>
<link
name=
"${arm_id}_link3"
>
<visual>
...
...
@@ -132,7 +132,7 @@
<parent
link=
"${arm_id}_link2"
/>
<child
link=
"${arm_id}_link3"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"87"
lower=
"-2.
8
973"
upper=
"2.
8
973"
velocity=
"2.1750"
/>
<limit
effort=
"87"
lower=
"-2.
6
973"
upper=
"2.
6
973"
velocity=
"2.1750"
/>
</joint>
<link
name=
"${arm_id}_link4"
>
<visual>
...
...
@@ -165,7 +165,7 @@
<parent
link=
"${arm_id}_link3"
/>
<child
link=
"${arm_id}_link4"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"87"
lower=
"-
3.0
718"
upper=
"
-
0.0
698
"
velocity=
"2.1750"
/>
<limit
effort=
"87"
lower=
"-
2.9
718"
upper=
"0.0
000
"
velocity=
"2.1750"
/>
</joint>
<link
name=
"${arm_id}_link5"
>
<visual>
...
...
@@ -217,7 +217,7 @@
<parent
link=
"${arm_id}_link4"
/>
<child
link=
"${arm_id}_link5"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"12"
lower=
"-2.
8
973"
upper=
"2.
8
973"
velocity=
"2.6100"
/>
<limit
effort=
"12"
lower=
"-2.
7
973"
upper=
"2.
7
973"
velocity=
"2.6100"
/>
</joint>
<link
name=
"${arm_id}_link6"
>
<visual>
...
...
@@ -250,7 +250,7 @@
<parent
link=
"${arm_id}_link5"
/>
<child
link=
"${arm_id}_link6"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"12"
lower=
"
-
0.0
175
"
upper=
"3.
7
525"
velocity=
"2.6100"
/>
<limit
effort=
"12"
lower=
"0.0
000
"
upper=
"3.
6
525"
velocity=
"2.6100"
/>
</joint>
<link
name=
"${arm_id}_link7"
>
<visual>
...
...
@@ -283,7 +283,7 @@
<parent
link=
"${arm_id}_link6"
/>
<child
link=
"${arm_id}_link7"
/>
<axis
xyz=
"0 0 1"
/>
<limit
effort=
"12"
lower=
"-2.
8
973"
upper=
"2.
8
973"
velocity=
"2.6100"
/>
<limit
effort=
"12"
lower=
"-2.
7
973"
upper=
"2.
7
973"
velocity=
"2.6100"
/>
</joint>
<link
name=
"${arm_id}_link8"
>
<collision>
...
...
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