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

fixed handunit: get jointvalues

parent 08512d54
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ void HandUnit::onInitComponent()
{
EndEffectorActor::ActorDefinition ad = ads[j];
if (ad.directionAndSpeed != 0 && ad.robotNode)
if (ad.robotNode)
{
handJoints[ad.robotNode->getName()] = ad.directionAndSpeed;
}
......
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