#include <map>
#include <optional>
#include <string>
#include <SimoxUtility/color/Color.h>
#include <RobotAPI/components/ArViz/Client/Layer.h>
#include <VisionX/libraries/armem_human/types.h>
Go to the source code of this file.
|
| void | addPosesToLayer (const std::map< std::string, armarx::armem::human::HumanPose > &poses, HumanPoseLayers &layers, const std::string &prefix, const DrawingStyle &drawingStyle=DrawingStyle()) |
| |
| void | addPoseToLayer (const armarx::armem::human::HumanPose &pose, HumanPoseLayers &layers, const std::string &prefix, const DrawingStyle &drawingStyle=DrawingStyle()) |
| |
| void | addPoseToLayer (const armarx::armem::human::HumanPose &pose, HumanPoseLayers &layers, const std::string &prefix, const DrawingStyle &drawingStyle=DrawingStyle()) |
| |