Skip to content

Commit 73f0446

Browse files
authored
fix(joint-trajectory-controller): use active tolerances in update step (backport #2101) (#2511)
1 parent 86dc3ed commit 73f0446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

joint_trajectory_controller/src/joint_trajectory_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ controller_interface::return_type JointTrajectoryController::update(
389389
within_goal_time = false;
390390
// print once, goal will be aborted afterwards
391391
check_state_tolerance_per_joint(
392-
state_error_, index, default_tolerances_.goal_state_tolerance[index],
392+
state_error_, index, active_tol->goal_state_tolerance[index],
393393
true /* show_errors */);
394394
}
395395
}

0 commit comments

Comments
 (0)