Skip to content

Commit

Permalink
Update planning/behavior_velocity_planner/src/scene_module/intersecti…
Browse files Browse the repository at this point in the history
…on/scene_intersection.cpp

Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin and 1222-takeshi committed Oct 28, 2022
1 parent b4b5ad1 commit 3071d86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bool IntersectionModule::modifyPathVelocity(

/* set stop-line and stop-judgement-line for base_link */
util::StopLineIdx stop_line_idxs;
// if staright, need to care stuck vehicle ahead of the lane using conflicting_lane
// if straight, need to care stuck vehicle ahead of the lane using conflicting_lane
const auto & attention_area = (turn_direction.compare("straight") == 0 && detection_area.empty())
? conflicting_area
: detection_area;
Expand Down

0 comments on commit 3071d86

Please sign in to comment.