31#include <RobotSkillTemplates/statecharts/FindAndGraspObjectGroup/FindAndGraspObjectContext.h>
#define DEFINEEVENT(NEWEVENT)
this macro declares a new event-class derived vom Event, to have a compiletime check for typos in eve...
VisualServoWrapper(XMLStateConstructorParams stateData)
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...
static std::string GetName()
static SubClassRegistry Registry
void onExit() override
Virtual function, in which the behaviour of state is defined, when it is exited. Can be overridden,...
ConditionIdentifier condObjectLost
ConditionIdentifier condObjectPoseUpdated
static XMLStateFactoryBasePtr CreateInstance(XMLStateConstructorParams stateData)
XMLStateTemplate(const XMLStateConstructorParams ¶ms)
IceInternal::Handle< XMLStateFactoryBase > XMLStateFactoryBasePtr