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