Skip to content

Commit

Permalink
fix(autoware_behavior_path_lane_change_module): fix unusedFunction (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#8960)

* fix:unusedFunction

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>

* fix:unusedFunction

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>

* fix:unusedFunction

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>

* fix:pre_commit

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>

---------

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
  • Loading branch information
kobayu858 authored Sep 26, 2024
1 parent fed4629 commit d9fda95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ bool isPathInLanelets(
return true;
}

// cppcheck-suppress unusedFunction
bool pathFootprintExceedsTargetLaneBound(
const CommonDataPtr & common_data_ptr, const PathWithLaneId & path, const VehicleInfo & ego_info,
const double margin)
Expand Down

0 comments on commit d9fda95

Please sign in to comment.