Skip to content

Commit

Permalink
Merge pull request #37 from PickNikRobotics/livanov/detail_jtc_params
Browse files Browse the repository at this point in the history
Fix joint_trajectory_controller execution - set stopped_velocity_tolerance to zero
  • Loading branch information
livanov93 authored Feb 13, 2021
2 parents d40e9c2 + 36fb32c commit 5ecb4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ur_ros2_control_demos/config/ur_ros2_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ur_joint_trajectory_controller:
action_monitor_rate: 20.0
allow_partial_joints_goal: false
constraints:
stopped_velocity_tolerance: 0.01
stopped_velocity_tolerance: 0.0
goal_time: 0.0

forward_command_controller_position:
Expand Down

0 comments on commit 5ecb4be

Please sign in to comment.