Skip to content

Commit

Permalink
fix(avoidance): fix logger level (#7089)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored May 22, 2024
1 parent 328374e commit c090aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/behavior_path_avoidance_module/src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ DrivableLanes generateExpandedDrivableLanes(
break;
}
if (i == max_recursive_search_num - 1) {
RCLCPP_ERROR(
RCLCPP_DEBUG(
rclcpp::get_logger(logger_namespace), "Drivable area expansion reaches max iteration.");
}
}
Expand Down

0 comments on commit c090aa4

Please sign in to comment.