14#include <VisionX/libraries/armem_human/aron/HumanPose.aron.generated.h>
15#include <VisionX/libraries/armem_human/server/HumanMemoryServerInterface.h>
36 return "mem.human.pose.";
42 return Properties{.memoryName =
"Human", .coreSegmentName =
"Pose", .providerName =
""};
47 const std::string& provider,
51 const std::string& provider,
55 const std::string& provider,
66 const std::string& provider,
70 armem::human::HumanMemoryServerInterfacePrx humanMemory;
The memory name system (MNS) client.
bool commitHumanPose(const HumanPose &humanPose, const std::string &provider, const armem::Time &referencedTime)
void connect(armem::client::MemoryNameSystem &memoryNameSystem)
std::string propertyPrefix() const override
bool commitHumanPosesInCameraFrame(const std::vector< HumanPose > &humanPoses, const std::string &provider, const armem::Time &referencedTime)
Calls a dedicated interface of the human memory in order to resolve keypoints in several frames given...
bool commitHumanPoseInCameraFrame(const HumanPose &humanPose, const std::string &provider, const armem::Time &referencedTime)
bool commitHumanPoses(const std::vector< HumanPose > &humanPoses, const std::string &provider, const armem::Time &referencedTime)
Properties defaultProperties() const override
void registerPropertyDefinitions(armarx::PropertyDefinitionsPtr &def)
armarx::core::time::DateTime Time
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.