Skip to content

Commit

Permalink
Update planning/behavior_velocity_traffic_light_module/src/scene.cpp
Browse files Browse the repository at this point in the history
fix spelling

Co-authored-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
yuki-takagi-66 and rej55 authored Oct 25, 2023
1 parent e89c29e commit 3e7f272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ bool TrafficLightModule::modifyPathVelocity(PathWithLaneId * path, StopReason *
} else {
if (rest_time_allowed_to_go_ahead < planner_param_.v2i_required_time_to_departure) {
RCLCPP_DEBUG(
logger_, "\nplan to stop because there is enough rest time to depature %2.2f < %2.2f",
logger_, "\nplan to stop because there is enough rest time to departure %2.2f < %2.2f",
rest_time_allowed_to_go_ahead, planner_param_.v2i_required_time_to_departure);
*path = insertStopPose(input_path, stop_line_point_idx, stop_line_point, stop_reason);
}
Expand Down

0 comments on commit 3e7f272

Please sign in to comment.