Skip to content

Commit

Permalink
fix(autoware_route_handler): fix cppcheck unusedVariable (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#9191)

Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
  • Loading branch information
veqcc authored Oct 30, 2024
1 parent 6df4dea commit dfe7108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planning/autoware_route_handler/src/route_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,6 @@ bool RouteHandler::planPathLaneletsBetweenCheckpoints(
}

lanelet::Optional<lanelet::routing::Route> optional_route;
std::vector<lanelet::ConstLanelets> candidate_paths;
lanelet::routing::LaneletPath shortest_path;
bool is_route_found = false;

Expand Down

0 comments on commit dfe7108

Please sign in to comment.