Skip to content

Commit

Permalink
fix(intersection): fixed to restart after occlusion is cleared (autow…
Browse files Browse the repository at this point in the history
…arefoundation#3552)

fixed to restart after occlusion disappeared

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed May 7, 2023
1 parent 3a61a73 commit 9eeb1b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ bool IntersectionModule::modifyPathVelocity(PathWithLaneId * path, StopReason *
occlusion_first_stop_safety_ = false;
occlusion_first_stop_distance_ = dist_1st_stopline;
}
occlusion_safety_ = false;
occlusion_safety_ = is_occlusion_cleared;
occlusion_stop_distance_ = dist_2nd_stopline;
} else {
/* collision */
Expand Down

0 comments on commit 9eeb1b8

Please sign in to comment.