28 #include <RobotAPI/interface/units/HandUnitInterface.h>
31 using namespace HandGroup;
45 HandUnitInterfacePrx handUnit = getContext<HandGroupStatechartContext>()->getHandUnit(in.getHandName());
46 handUnit->setJointForces(in.getHandForces());
47 if (in.isWaitTimeMsSet())
49 setTimeoutEvent(in.getWaitTimeMs(), this->createEventDone());