Skip to content

Commit

Permalink
fix(autoware_behavior_path_planner_common): fix redundantContinue war…
Browse files Browse the repository at this point in the history
…ning (#7578)

Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc authored Jun 19, 2024
1 parent f6d2c59 commit 67c76b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ std::vector<PolygonPoint> generatePolygonInsideBounds(
// Here is if (!is_prev_outside && is_curr_outside).
inside_poly.push_back(prev_poly);
inside_poly.push_back(intersect_point);
continue;
}
if (has_intersection) {
return inside_poly;
Expand Down

0 comments on commit 67c76b3

Please sign in to comment.