Skip to content

Commit

Permalink
fix(behavior_velocity_planner_common): fix unregister process (#9913)
Browse files Browse the repository at this point in the history
Signed-off-by: yuki-takagi-66 <[email protected]>
  • Loading branch information
yuki-takagi-66 authored Jan 14, 2025
1 parent 9c0e183 commit 6e0e6c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ class SceneModuleManagerInterface
auto itr = scene_modules_.begin();
while (itr != scene_modules_.end()) {
if (isModuleExpired(*itr)) {
registered_module_id_set_.erase((*itr)->getModuleId());
itr = scene_modules_.erase(itr);
} else {
itr++;
Expand Down

0 comments on commit 6e0e6c0

Please sign in to comment.