Skip to content

Commit

Permalink
Add ConverterBehaviors and reduce servo limits (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyackzan authored Aug 20, 2024
1 parent 71a5561 commit 8e77c75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/kinova_gen3_base_config/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ objectives:
- "moveit_studio::behaviors::MTCCoreBehaviorsLoader"
- "moveit_studio::behaviors::ServoBehaviorsLoader"
- "moveit_studio::behaviors::VisionBehaviorsLoader"
- "moveit_studio::behaviors::ConverterBehaviorsLoader"
objective_library_paths:
core:
package_name: "kinova_gen3_base_config"
Expand Down
30 changes: 15 additions & 15 deletions src/kinova_gen3_base_config/config/moveit/servo_joint_limits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@
joint_limits:
joint_1:
has_velocity_limits: true
max_velocity: 1.39
max_velocity: 0.5
has_acceleration_limits: true
max_acceleration: 3.0
max_acceleration: 1.5
joint_2:
has_velocity_limits: true
max_velocity: 1.39
max_velocity: 0.5
has_acceleration_limits: true
max_acceleration: 3.0
max_acceleration: 1.5
joint_3:
has_velocity_limits: true
max_velocity: 1.39
max_velocity: 0.5
has_acceleration_limits: true
max_acceleration: 3.0
max_acceleration: 1.5
joint_4:
has_velocity_limits: true
max_velocity: 1.39
max_velocity: 0.5
has_acceleration_limits: true
max_acceleration: 3.0
max_acceleration: 1.5
joint_5:
has_velocity_limits: true
max_velocity: 1.22
max_velocity: 0.5
has_acceleration_limits: true
max_acceleration: 5.0
max_acceleration: 2.5
joint_6:
has_velocity_limits: true
max_velocity: 1.22
max_velocity: 0.5
has_acceleration_limits: true
max_acceleration: 5.0
max_acceleration: 2.5
joint_7:
has_velocity_limits: true
max_velocity: 1.22
max_velocity: 0.5
has_acceleration_limits: true
max_acceleration: 5.0
max_acceleration: 2.5
finger_joint:
has_velocity_limits: true
max_velocity: 2.0
has_acceleration_limits: true
max_acceleration: 5.0
max_acceleration: 2.5

0 comments on commit 8e77c75

Please sign in to comment.