Skip to content
Snippets Groups Projects
Commit d65870e8 authored by jcarpent's avatar jcarpent
Browse files

[Bug fixed] Fix bug about se3 transformation to corba data

parent 0c71233d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ void ClientCpp::se3ToCorba(CORBA::Double* corbaPosition, const se3::SE3& se3posi
corbaPosition[3] = q.w();
corbaPosition[4] = q.x();
corbaPosition[5] = q.y();
corbaPosition[5] = q.z();
corbaPosition[6] = q.z();
}
ClientCpp::ClientCpp()
......
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