|
|
defined in <VisionX/libraries/armem_human/server/HumanMemoryServerInterface.ice>
interface HumanMemoryServerInterface { ... }
Inheritance diagram for HumanMemoryServerInterface:Operations | |
| void | commitHumanPosesInCameraFrame (::armarx::aron::data::dto::AronDictSeq dictSeq, string providerName, ::armarx::core::time::dto::DateTime timestamp) |
| Commit a human pose. More... | |
Definition at line 13 of file HumanMemoryServerInterface.ice.
| void commitHumanPosesInCameraFrame | ( | ::armarx::aron::data::dto::AronDictSeq | dictSeq, |
| string | providerName, | ||
| ::armarx::core::time::dto::DateTime | timestamp | ||
| ) |
Commit a human pose.
If the global pose information of the keypoints is not available, a lookup will be performed and the corresponding fields will be set.
| dto | a vector of serialized variants of armarx::human::arondto::HumanPose |
| providerName | |
| timestamp |