Skip to content
Snippets Groups Projects
Commit f5badc14 authored by Corvin-N's avatar Corvin-N
Browse files

Add detection time to Measurement

parent 6d1259a9
No related branches found
No related tags found
2 merge requests!38human tracker skeleton,!28Draft: Dev -> Main
#pragma once
#include <ArmarXCore/core/time.h>
#include "VisionX/libraries/armem_human/types.h"
#include "armarx/navigation/core/basic_types.h"
......@@ -16,6 +18,7 @@ namespace armarx::navigation::components::dynamic_scene_provider
struct Measurements
{
DateTime detectionTime;
std::vector<armem::human::HumanPose> 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