Skip to content
Snippets Groups Projects
Commit c36bcfdb authored by Mirko Wächter's avatar Mirko Wächter
Browse files

robotik gui: Removed unneeded transformation to local coordinate system

parent 52ecd998
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ armarx::ExtendedIKResult armarx::RobotIKWidgetController::getIKSolution()
mat (3,2) = matrix[2][3];
mat (3,3) = matrix[3][3];
mat = robot->getRootNode()->toLocalCoordinateSystem(mat);
// mat = robot->getRootNode()->toLocalCoordinateSystem(mat);
return(robotIKPrx->computeExtendedIKGlobalPose(this->ui.comboBox->currentText().toStdString(),
new armarx::Pose(mat), eAll));
}
......
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