HumanMemoryServerInterface.ice
Go to the documentation of this file.
1
#pragma once
2
3
#include <ArmarXCore/interface/core/time.ice>
4
5
#include <RobotAPI/interface/aron.ice>
6
7
module
armarx
8
{
9
module
armem
10
{
11
module human{
12
13
interface
HumanMemoryServerInterface
{
14
15
/**
16
* @brief Commit a human pose.
17
*
18
* If the global pose information of the keypoints is not available,
19
* a lookup will be performed and the corresponding fields will be set.
20
*
21
* @param dto a vector of serialized variants of armarx::human::arondto::HumanPose
22
* @param providerName
23
* @param timestamp
24
*/
25
void
commitHumanPosesInCameraFrame(::armarx::aron::data::dto::AronDictSeq dictSeq,
26
string
providerName,
27
::armarx::core::time::dto::DateTime timestamp);
28
29
}
30
};
31
};
32
33
};
armarx::armem
Definition:
LegacyRobotStateMemoryAdapter.cpp:31
armarx::armem::human::HumanMemoryServerInterface
Definition:
HumanMemoryServerInterface.ice:13
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:28
VisionX
libraries
armem_human
server
HumanMemoryServerInterface.ice
Generated on Sat Oct 12 2024 09:14:18 for armarx_documentation by
1.8.17