Skip to content
Snippets Groups Projects
Commit 4f4bc5da authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Add proxemic zone struct, rename parameter

parent 2801d2d7
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 ...@@ -29,7 +29,7 @@ namespace armarx::navigation::human
{ {
struct Human struct Human
{ {
core::Pose2D global_T_human; core::Pose2D pose;
Eigen::Vector2f linearVelocity; Eigen::Vector2f linearVelocity;
DateTime detectionTime; DateTime detectionTime;
}; };
...@@ -41,4 +41,9 @@ namespace armarx::navigation::human ...@@ -41,4 +41,9 @@ namespace armarx::navigation::human
DateTime detectionTime; DateTime detectionTime;
}; };
struct ProxemicZone
{
core::Pose2D pose;
};
} // namespace armarx::navigation::human } // 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