Skip to content

Commit

Permalink
restore blank lines
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Oct 31, 2023
1 parent 79e8e9f commit 321ebdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ bool TrafficLightModule::modifyPathVelocity(PathWithLaneId * path, StopReason *
is_prev_state_stop_ = false;
return true;
}

// Decide whether to stop or pass even if a stop signal is received.
if (!isPassthrough(signed_arc_length_to_stop_point)) {
*path = insertStopPose(input_path, stop_line_point_idx, stop_line_point, stop_reason);
is_prev_state_stop_ = true;
}
return true;

} else if (state_ == State::GO_OUT) {
// Initialize if vehicle is far from stop_line
constexpr bool use_initialization_after_start = true;
Expand Down

0 comments on commit 321ebdf

Please sign in to comment.