|
The core library for interaction with the person memory. Provides functions for creation and updating of entries. More...
#include <VisionX/libraries/person_simulator/core/PersonSimulator.h>
Classes | |
struct | GeneratedPoseParams |
struct | Properties |
Fixed properties of this skill implementation. More... | |
struct | Remote |
Remote parameters of this skill implementation. More... | |
Public Member Functions | |
void | createFaceRecognition (const Eigen::Vector3f &facePosition, std::optional< std::string > entityName) |
armarx::armem::human::HumanPose | createHumanPose (const std::string &humanId, Eigen::Vector2f meanFloorPosition, float clockwiseOrientationDegrees) |
return values are copies of the committed poses, needed for creating a pose+facerecognition More... | |
armarx::armem::human::HumanPose | createHumanPoseFacingRobot (const std::string &humanId, Eigen::Vector2f meanFloorPosition) |
void | createHumanProfile (const std::string &profileName) |
std::optional< armarx::armem::MemoryID > | findProfileId (std::string &entityId) |
PersonSimulator (const Remote &r, const Properties &p) | |
Constructor of this skill implementation. More... | |
The core library for interaction with the person memory. Provides functions for creation and updating of entries.
Definition at line 43 of file PersonSimulator.h.
PersonSimulator | ( | const Remote & | r, |
const Properties & | p | ||
) |
Constructor of this skill implementation.
Definition at line 55 of file PersonSimulator.cpp.
void createFaceRecognition | ( | const Eigen::Vector3f & | facePosition, |
std::optional< std::string > | entityName | ||
) |
armarx::armem::human::HumanPose createHumanPose | ( | const std::string & | humanId, |
Eigen::Vector2f | meanFloorPosition, | ||
float | clockwiseOrientationDegrees | ||
) |
return values are copies of the committed poses, needed for creating a pose+facerecognition
Definition at line 192 of file PersonSimulator.cpp.
armarx::armem::human::HumanPose createHumanPoseFacingRobot | ( | const std::string & | humanId, |
Eigen::Vector2f | meanFloorPosition | ||
) |
void createHumanProfile | ( | const std::string & | profileName | ) |
std::optional< armarx::armem::MemoryID > findProfileId | ( | std::string & | entityId | ) |
Definition at line 100 of file PersonSimulator.cpp.