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

Rename global_T_human to pose

parent ff7de7eb
No related branches found
No related tags found
2 merge requests!38human tracker skeleton,!28Draft: Dev -> Main
......@@ -29,7 +29,7 @@ namespace armarx::navigation::components::dynamic_scene_provider
pose.linear() = Eigen::Rotation2Df(0 /*angle*/).toRotationMatrix();
const human::Human newHuman = {
.global_T_human = pose,
.pose = pose,
.linearVelocity = Eigen::Vector2f::Zero(), //TODO more sophisticated guess
.detectionTime = measurements.detectionTime};
......
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