Skip to content
Snippets Groups Projects
Commit 5aba0f5d authored by Markus's avatar Markus
Browse files

Do not set joint velocities to zero at the end.

parent 9e39645a
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,8 @@ namespace armarx
//rsContext->kinematicUnitPrx->setJointTorques(jointNamesAndValues);
rsContext->kinematicUnitPrx->setJointVelocities(jointNamesAndValues);
//rsContext->kinematicUnitPrx->setJointVelocities(jointNamesAndValues); //Auskommentiert nach letztem Test MP 2014-02-20
......
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