Skip to content
Snippets Groups Projects
Commit fe08ea02 authored by jcarpent's avatar jcarpent Committed by Florent Lamiraux
Browse files

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

parent 494858ef
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ void ClientCpp::se3ToCorba(CORBA::Float* corbaPosition, const se3::SE3& se3posit
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