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

fixed cloning of remote robot

parent e96d3060
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -262,7 +262,7 @@ namespace armarx
axis = result4f.block(0, 0, 3, 1);
result = prismaticNodeFactory->createRobotNode(robo, name, VirtualRobot::VisualizationNodePtr(), VirtualRobot::CollisionModelPtr(),
jvLo, jvHi, jointOffset, idMatrix, idVec3, axis, physics);
jvLo, jvHi, jointOffset, localTransform, idVec3, axis, physics);
}
break;
......
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