Skip to content

Commit

Permalink
Allow nonzero velocity at trajectory end for ros2_controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Mar 10, 2024
1 parent dad8633 commit 195a26c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dual_arm_panda_moveit_config/config/ros2_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ left_arm_controller:
- left_panda_joint5
- left_panda_joint6
- left_panda_joint7
allow_nonzero_velocity_at_trajectory_end: true

right_arm_controller:
ros__parameters:
Expand All @@ -44,3 +45,4 @@ right_arm_controller:
- right_panda_joint5
- right_panda_joint6
- right_panda_joint7
allow_nonzero_velocity_at_trajectory_end: true
1 change: 1 addition & 0 deletions fanuc_moveit_config/config/ros2_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ fanuc_controller:
- joint_4
- joint_5
- joint_6
allow_nonzero_velocity_at_trajectory_end: true
1 change: 1 addition & 0 deletions panda_moveit_config/config/ros2_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ panda_arm_controller:
- panda_joint5
- panda_joint6
- panda_joint7
allow_nonzero_velocity_at_trajectory_end: true

panda_hand_controller:
ros__parameters:
Expand Down

0 comments on commit 195a26c

Please sign in to comment.