Skip to content

Commit

Permalink
chore(behaviror_velocity_planner): changed logging level for intersec…
Browse files Browse the repository at this point in the history
…tion (autowarefoundation#2459)

changed logging level

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Dec 6, 2022
1 parent c422485 commit eb99468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ bool IntersectionModule::modifyPathVelocity(PathWithLaneId * path, StopReason *
logger_.get_child("util"), clock_);
if (!stuck_line_idx_opt.has_value()) {
// returns here if path is not intersecting with conflicting areas
RCLCPP_WARN_SKIPFIRST_THROTTLE(
RCLCPP_DEBUG_SKIPFIRST_THROTTLE(
logger_, *clock_, 1000 /* ms */, "setStopLineIdx for stuck line fail");
RCLCPP_DEBUG(logger_, "===== plan end =====");
setSafe(true);
Expand Down

0 comments on commit eb99468

Please sign in to comment.