Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Panda Moveit Config
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Guillaume Duret
Panda Moveit Config
Commits
e4905e04
Commit
e4905e04
authored
3 years ago
by
Rick Staa
Committed by
Robert Haschke
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Restore joint limits from Melodic branch
Keep manually adjusted joint limits from the original Melodic branch.
parent
213ba251
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/joint_limits.yaml
+30
-23
30 additions, 23 deletions
config/joint_limits.yaml
with
30 additions
and
23 deletions
config/joint_limits.yaml
+
30
−
23
View file @
e4905e04
...
@@ -7,49 +7,56 @@ default_acceleration_scaling_factor: 0.1
...
@@ -7,49 +7,56 @@ default_acceleration_scaling_factor: 0.1
# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration]
# Specific joint properties can be changed with the keys [max_position, min_position, max_velocity, max_acceleration]
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
# As MoveIt! does not support jerk limits, the acceleration limits provided here are the highest values that guarantee
# that no jerk limits will be violated. More precisely, applying Euler differentiation in the worst case (from min accel
# to max accel in 1 ms) the acceleration limits are the ones that satisfy
# max_jerk = (max_acceleration - min_acceleration) / 0.001
joint_limits
:
joint_limits
:
panda_finger_joint1
:
panda_finger_joint1
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
0.
2
max_velocity
:
0.
1
has_acceleration_limits
:
false
has_acceleration_limits
:
false
max_acceleration
:
0
max_acceleration
:
0
panda_finger_joint2
:
panda_finger_joint2
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
0.
2
max_velocity
:
0.
1
has_acceleration_limits
:
false
has_acceleration_limits
:
false
max_acceleration
:
0
max_acceleration
:
0
panda_joint1
:
panda_joint1
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
2.175
max_velocity
:
2.175
0
has_acceleration_limits
:
fals
e
has_acceleration_limits
:
tru
e
max_acceleration
:
0
max_acceleration
:
3.75
panda_joint2
:
panda_joint2
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
2.175
max_velocity
:
2.175
0
has_acceleration_limits
:
fals
e
has_acceleration_limits
:
tru
e
max_acceleration
:
0
max_acceleration
:
1.875
panda_joint3
:
panda_joint3
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
2.175
max_velocity
:
2.175
0
has_acceleration_limits
:
fals
e
has_acceleration_limits
:
tru
e
max_acceleration
:
0
max_acceleration
:
2.5
panda_joint4
:
panda_joint4
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
2.175
max_velocity
:
2.175
0
has_acceleration_limits
:
fals
e
has_acceleration_limits
:
tru
e
max_acceleration
:
0
max_acceleration
:
3.125
panda_joint5
:
panda_joint5
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
2.61
max_velocity
:
2.61
00
has_acceleration_limits
:
fals
e
has_acceleration_limits
:
tru
e
max_acceleration
:
0
max_acceleration
:
3.75
panda_joint6
:
panda_joint6
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
2.61
max_velocity
:
2.61
00
has_acceleration_limits
:
fals
e
has_acceleration_limits
:
tru
e
max_acceleration
:
0
max_acceleration
:
5
panda_joint7
:
panda_joint7
:
has_velocity_limits
:
true
has_velocity_limits
:
true
max_velocity
:
2.61
max_velocity
:
2.6100
has_acceleration_limits
:
false
has_acceleration_limits
:
true
max_acceleration
:
0
max_acceleration
:
5
\ No newline at end of file
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