Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 19, 2024
1 parent 1c4e4fc commit 1eb0433
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,7 @@ inline bool check_state_tolerance_per_joint(
if (show_errors)
{
const auto logger = rclcpp::get_logger("tolerances");
<<<<<<< HEAD
RCLCPP_ERROR(logger, "State tolerances failed for joint %d:", joint_idx);
=======
RCLCPP_ERROR(logger, "State tolerances failed for joint %lu:", joint_idx);
>>>>>>> 833ed7f ([JTC] Convert lambda to class functions (#945))

if (state_tolerance.position > 0.0 && abs(error_position) > state_tolerance.position)
{
Expand Down

0 comments on commit 1eb0433

Please sign in to comment.