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

Fix missing initializer in human test

parent 34726922
No related branches found
No related tags found
2 merge requests!109Social layers,!55Draft: Implement human grouping
......@@ -239,7 +239,7 @@ namespace armarx::navigation::human
BOOST_CHECK_EQUAL(tracker.getTrackedHumans().size(), 1);
CamMm late = {.detectionTime = DateTime(Duration::MilliSeconds(1000))};
CamMm late = {.detectionTime = DateTime(Duration::MilliSeconds(1000)), .humanPoses = {}};
tracker.update(late);
BOOST_CHECK_EQUAL(tracker.getTrackedHumans().size(), 0);
......
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