Skip to content

Commit

Permalink
feat(start_planner): define collision check margin as list (autowaref…
Browse files Browse the repository at this point in the history
…oundation#5994)

* define collision check margins list in start planner module

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>


---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
  • Loading branch information
kyoichi-sugahara authored Jan 11, 2024
1 parent ebb47e7 commit 46c271e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ struct StartGoalPlannerData

Pose refined_start_pose;
std::vector<Pose> start_pose_candidates;
size_t selected_start_pose_candidate_index;
double margin_for_start_pose_candidate;
};

} // namespace behavior_path_planner
Expand Down

0 comments on commit 46c271e

Please sign in to comment.