Skip to content

Commit 51098eb

Browse files
authored
fix(autoware_behavior_path_start_planner_module): fix clang-diagnostic-unused-variable (#9405)
fix: clang-diagnostic-unused-variable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent 7a19e8a commit 51098eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

planning/behavior_path_planner/autoware_behavior_path_start_planner_module/src/pull_out_planner_base.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ bool PullOutPlannerBase::isPullOutPathCollided(
2626
const auto & dynamic_objects = planner_data_->dynamic_object;
2727
const auto pull_out_lanes = start_planner_utils::getPullOutLanes(
2828
planner_data_, planner_data_->parameters.backward_path_length + parameters_.max_back_distance);
29-
const auto & vehicle_footprint = vehicle_info_.createFootprint();
3029
// extract stop objects in pull out lane for collision check
3130
const auto stop_objects = utils::path_safety_checker::filterObjectsByVelocity(
3231
*dynamic_objects, parameters_.th_moving_object_velocity);

0 commit comments

Comments
 (0)