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 <mamoru.sobue@tier4.jp>
Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
  • Loading branch information
soblin authored and Mingyu1991 committed Jun 26, 2023
1 parent f3e7265 commit b1750fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,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 b1750fb

Please sign in to comment.