Skip to content
Snippets Groups Projects
Commit 2fc6a7c9 authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Remove unnecessary check

parent 2bacbc44
No related branches found
No related tags found
1 merge request!141feature: Azure Kinect Body Tracking SDK
......@@ -91,7 +91,8 @@ namespace armarx::armem::human::client
});
});
ARMARX_CHECK_NOT_EMPTY(humanPoses);
// when no humans are in the scene, this is empty
//ARMARX_CHECK_NOT_EMPTY(humanPoses);
return humanPoses;
}
......
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