Skip to content

Commit

Permalink
fix(lane_change): update target lane if valid path not found (autowar…
Browse files Browse the repository at this point in the history
…efoundation#5287)

Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 authored and TakaHoribe committed Oct 15, 2023
1 parent 7a0bdd2 commit 861c84e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ std::pair<bool, bool> NormalLaneChange::getSafePath(LaneChangePath & safe_path)

if (valid_paths.empty()) {
safe_path.info.current_lanes = current_lanes;
safe_path.info.target_lanes = target_lanes;
return {false, false};
}

Expand Down

0 comments on commit 861c84e

Please sign in to comment.