We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe41742 commit 094e9bbCopy full SHA for 094e9bb
planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/goal_planner_module.cpp
@@ -1702,7 +1702,7 @@ PathWithLaneId GoalPlannerModule::generateStopPath(
1702
const PullOverContextData & context_data, const std::string & detail) const
1703
{
1704
universe_utils::ScopedTimeTrack st(__func__, *time_keeper_);
1705
- assert(!goal_searcher_);
+ assert(goal_searcher_);
1706
const auto & goal_searcher = goal_searcher_.value();
1707
1708
const auto & route_handler = planner_data_->route_handler;
0 commit comments