Skip to content

Commit

Permalink
[HumansPerceptionManager] clear aggregated map
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou authored Jul 10, 2024
1 parent a21b87e commit aece851
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Perception/Managers/HumansPerceptionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ namespace owds {
{
fusioner_.fuseData(fusioned_percepts_, aggregated_);
fromfusedToEntities();

for(auto& percept : aggregated_)
percept.second.clear();
}

} // namespace owds
} // namespace owds

0 comments on commit aece851

Please sign in to comment.