You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/goal_planner_module.hpp
+3-1
Original file line number
Diff line number
Diff line change
@@ -338,6 +338,8 @@ class GoalPlannerModule : public SceneModuleInterface
338
338
std::shared_ptr<GoalSearcherBase> goal_searcher_;
339
339
GoalCandidates goal_candidates_{};
340
340
341
+
bool use_bus_stop_area_{false};
342
+
341
343
// NOTE: this is latest occupancy_grid_map pointer which the local planner_data on
342
344
// onFreespaceParkingTimer thread storage may point to while calculation.
343
345
// onTimer/onFreespaceParkingTimer and their callees MUST NOT use this
@@ -362,7 +364,7 @@ class GoalPlannerModule : public SceneModuleInterface
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/goal_searcher.hpp
+2-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ class GoalSearcher : public GoalSearcherBase
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/goal_searcher_base.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/include/autoware/behavior_path_goal_planner_module/thread_data.hpp
0 commit comments