Skip to content

Commit

Permalink
Set stopped velocity tolerance to zero.
Browse files Browse the repository at this point in the history
  • Loading branch information
livanov93 committed Feb 10, 2021
1 parent 82f8a73 commit 36fb32c
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions ur_ros2_control_demos/config/ur_ros2_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,8 @@ 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
shoulder_pan_joint:
trajectory: 0.05
goal: 0.03
shoulder_lift_joint:
trajectory: 0.05
goal: 0.03
elbow_joint:
trajectory: 0.05
goal: 0.03
wrist_1_joint:
trajectory: 0.05
goal: 0.03
wrist_2_joint:
trajectory: 0.05
goal: 0.03
wrist_3_joint:
trajectory: 0.05
goal: 0.03

forward_command_controller_position:
ros__parameters:
Expand Down

0 comments on commit 36fb32c

Please sign in to comment.