Skip to content
Snippets Groups Projects
Commit d8f1a074 authored by Fabian Reister's avatar Fabian Reister Committed by Fabian Reister
Browse files

fix: visu of robot transform chain

parent 6c576519
No related branches found
No related tags found
1 merge request!266Feature/armem laser scans
This commit is part of merge request !266. Comments created here will be created in the context of that merge request.
......@@ -110,6 +110,8 @@ namespace armarx::armem::server::robot_state
Eigen::Affine3f from = pose;
Eigen::Affine3f to = pose * frame;
pose = to;
layerFrames.add(viz::Arrow(robotName + std::to_string(++i)).fromTo(from.translation(), to.translation()));
}
}
......
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