Skip to content

Commit 46c271e

Browse files
feat(start_planner): define collision check margin as list (autowarefoundation#5994)
* define collision check margins list in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
1 parent ebb47e7 commit 46c271e

File tree

1 file changed

+2
-0
lines changed
  • planning/behavior_path_planner_common/include/behavior_path_planner_common/utils/parking_departure

1 file changed

+2
-0
lines changed

planning/behavior_path_planner_common/include/behavior_path_planner_common/utils/parking_departure/common_module_data.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ struct StartGoalPlannerData
4141

4242
Pose refined_start_pose;
4343
std::vector<Pose> start_pose_candidates;
44+
size_t selected_start_pose_candidate_index;
45+
double margin_for_start_pose_candidate;
4446
};
4547

4648
} // namespace behavior_path_planner

0 commit comments

Comments
 (0)