|
#include "types.h"
#include <optional>
#include <string>
#include <ArmarXCore/core/application/properties/forward_declarations.h>
Go to the source code of this file.
Classes | |
struct | NearestHumanParameters |
struct | NearestHumanParameters::Properties |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::armem | |
armarx::armem::human | |
Enumerations | |
enum | KeyPointCoordinateSystem { Camera, Global, GlobalFloorProjection, Robot } |
Functions | |
std::optional< Eigen::Vector3f > | computeMeanPosition (const HumanPose &humanPose, KeyPointCoordinateSystem coordSystem) |
std::optional< HumanPose > | getNearestHuman (const std::vector< HumanPose > &humanPoses, const NearestHumanParameters ¶meters) |