Skip to content

Commit

Permalink
Update planning/behavior_path_planner/src/scene_module/start_planner/…
Browse files Browse the repository at this point in the history
…start_planner_module.cpp

Co-authored-by: Kosuke Takeuchi <[email protected]>
  • Loading branch information
kyoichi-sugahara and kosuke55 authored Nov 10, 2023
1 parent 02aa419 commit c43657f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ lanelet::ConstLanelets StartPlannerModule::getPathRoadLanes(const PathWithLaneId
std::vector<DrivableLanes> StartPlannerModule::generateDrivableLanes(
const PathWithLaneId & path) const
{
const auto & pull_out_lanes = start_planner_utils::getPullOutLanes(
const auto pull_out_lanes = start_planner_utils::getPullOutLanes(
planner_data_, planner_data_->parameters.backward_path_length + parameters_->max_back_distance);

const auto path_road_lanes = getPathRoadLanes(path);
Expand Down

0 comments on commit c43657f

Please sign in to comment.