28 using namespace FindAndGraspObjectGroup;
49 if (jointNames->getSize() == jointAnglesPreshapeList->getSize())
51 for (
int j = 0; j < jointNames->getSize(); j++)
53 jointNamesAndValues[jointNames->getVariant(j)->getString()] = jointAnglesPreshapeList->getVariant(j)->getFloat();
58 throw LocalException(
"Preshape: List lengths do not match!");
64 float timeoutPreshape = getInput<float>(
"timeoutPreshape");
66 bool useTorquesForGrasping = getInput<bool>(
"useTorquesForGrasping");
68 if (useTorquesForGrasping)