mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
change joint_limits.yaml speed and change ompl_planning.yaml server
This commit is contained in:
parent
3623e0a3fc
commit
753fb1944d
2 changed files with 19 additions and 19 deletions
|
|
@ -3,32 +3,32 @@
|
|||
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
|
||||
joint_limits:
|
||||
joint2_to_joint1:
|
||||
has_velocity_limits: false
|
||||
max_velocity: 0
|
||||
has_velocity_limits: true
|
||||
max_velocity: 3.14
|
||||
has_acceleration_limits: false
|
||||
max_acceleration: 0
|
||||
max_acceleration: 30
|
||||
joint3_to_joint2:
|
||||
has_velocity_limits: false
|
||||
max_velocity: 0
|
||||
has_velocity_limits: true
|
||||
max_velocity: 3.14
|
||||
has_acceleration_limits: false
|
||||
max_acceleration: 0
|
||||
max_acceleration: 30
|
||||
joint4_to_joint3:
|
||||
has_velocity_limits: false
|
||||
max_velocity: 0
|
||||
has_velocity_limits: true
|
||||
max_velocity: 3.14
|
||||
has_acceleration_limits: false
|
||||
max_acceleration: 0
|
||||
max_acceleration: 30
|
||||
joint5_to_joint4:
|
||||
has_velocity_limits: false
|
||||
max_velocity: 0
|
||||
has_velocity_limits: true
|
||||
max_velocity: 3.14
|
||||
has_acceleration_limits: false
|
||||
max_acceleration: 0
|
||||
max_acceleration: 30
|
||||
joint6_to_joint5:
|
||||
has_velocity_limits: false
|
||||
max_velocity: 0
|
||||
has_velocity_limits: true
|
||||
max_velocity: 3.14
|
||||
has_acceleration_limits: false
|
||||
max_acceleration: 0
|
||||
max_acceleration: 30
|
||||
joint6output_to_joint6:
|
||||
has_velocity_limits: false
|
||||
max_velocity: 0
|
||||
has_velocity_limits: true
|
||||
max_velocity: 3.14
|
||||
has_acceleration_limits: false
|
||||
max_acceleration: 0
|
||||
max_acceleration: 30
|
||||
|
|
@ -121,7 +121,7 @@ planner_configs:
|
|||
dense_delta_fraction: 0.001 # delta fraction for interface detection. default: 0.001
|
||||
max_failures: 5000 # maximum consecutive failure limit. default: 5000
|
||||
arm_group:
|
||||
default_planner_config: None
|
||||
default_planner_config: RRTConnect
|
||||
planner_configs:
|
||||
- SBL
|
||||
- EST
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue