Skip to content
Snippets Groups Projects
Commit 1fd74c21 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix call to fromIce()

parent 2d5365c1
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ namespace armarx
try
{
Eigen::Vector3f pos = armarx::fromIce(box.position);
Eigen::Matrix3f ori = armarx::fromIce(box.orientation);
Eigen::Matrix3f ori = armarx::fromIce(box.orientation).toRotationMatrix();
Eigen::Vector3f extents = armarx::fromIce(box.extents);
Eigen::Vector3f corner = pos - ori * extents / 2;
......
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