Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 22, 2023
1 parent fcaa1b9 commit 534746c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ controller_interface::return_type JointTrajectoryController::update(
if (
!before_last_point && *(rt_is_holding_.readFromRT()) == false &&
!check_state_tolerance_per_joint(
state_error_, index, active_tol->goal_state_tolerance[index], false /* show_errors */) &&
state_error_, index, active_tol->goal_state_tolerance[index],
false /* show_errors */) &&
*(rt_is_holding_.readFromRT()) == false)
{
outside_goal_tolerance = true;
Expand Down

0 comments on commit 534746c

Please sign in to comment.