Skip to content
Snippets Groups Projects
Commit c41f3cd8 authored by Timo Weberruß's avatar Timo Weberruß
Browse files

Add human grouper info prints in component

parent 7f19fa53
No related branches found
No related tags found
2 merge requests!109Social layers,!55Draft: Implement human grouping
Pipeline #6139 failed
This commit is part of merge request !109. Comments created here will be created in the context of that merge request.
......@@ -357,8 +357,11 @@ namespace armarx::navigation::components::dynamic_scene_provider
using Human = armarx::navigation::human::Human;
std::vector<Human> humans = humanTracker.getTrackedHumans();
ARMARX_INFO << "Providing grouper with new humans";
humanGrouper.updateHumans(humans);
ARMARX_INFO << "Running human grouper";
using HumanGroup = armarx::navigation::human::HumanGroup;
std::vector<HumanGroup> groups = humanGrouper.getCurrentGroups();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment