Skip to content
Snippets Groups Projects

Draft: Implement human grouping

Open Timo Weberruß requested to merge implement-human-groups into dev
2 files
+ 39
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,4 +6,16 @@ namespace armarx::navigation::components::dynamic_scene_provider
{
}
void HumanGrouper::updateHumans(std::vector<human::Human> &newHumans)
{
}
std::vector<human::HumanGroup> HumanGrouper::getCurrentGroups()
{
}
}
Loading