Skip to content
Snippets Groups Projects
Commit ff7de7eb authored by Corvin-N's avatar Corvin-N
Browse files

Merge branch 'feature/human-library' into feature/human-tracker

parents 5713e472 4f4bc5da
No related branches found
No related tags found
2 merge requests!38human tracker skeleton,!28Draft: Dev -> Main
......@@ -29,7 +29,7 @@ namespace armarx::navigation::human
{
struct Human
{
core::Pose2D global_T_human;
core::Pose2D pose;
Eigen::Vector2f linearVelocity;
DateTime detectionTime;
};
......@@ -41,4 +41,9 @@ namespace armarx::navigation::human
DateTime detectionTime;
};
struct ProxemicZone
{
core::Pose2D pose;
};
} // namespace armarx::navigation::human
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment