Skip to content

Commit

Permalink
fix(behavior_path_planner): reset modified goal id (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#3095)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Mar 16, 2023
1 parent 37919fe commit 5f7ca9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void PullOverModule::resetStatus()
pull_over_path_candidates_.clear();
closest_start_pose_.reset();
goal_candidates_.clear();
prev_goal_id_.reset();
}

// This function is needed for waiting for planner_data_
Expand Down

0 comments on commit 5f7ca9f

Please sign in to comment.