Skip to content

Commit c090aa4

Browse files
authored
fix(avoidance): fix logger level (#7089)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 328374e commit c090aa4

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_path_avoidance_module/src

1 file changed

+1
-1
lines changed

planning/behavior_path_avoidance_module/src/utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ DrivableLanes generateExpandedDrivableLanes(
22212221
break;
22222222
}
22232223
if (i == max_recursive_search_num - 1) {
2224-
RCLCPP_ERROR(
2224+
RCLCPP_DEBUG(
22252225
rclcpp::get_logger(logger_namespace), "Drivable area expansion reaches max iteration.");
22262226
}
22272227
}

0 commit comments

Comments
 (0)