Go to the documentation of this file.
28 using namespace FindAndGraspObjectGroup;
44 ChannelRefPtr markerChannel = getInput<ChannelRef>(
"markerChannel");
46 float minRecognitionLikelihood = getInput<float>(
"minRecognitionLikelihood");
78 FramedPosePtr targetPose = getInput<FramedPose>(
"targetPose");
81 std::string frame = targetPose->getFrame();
107 return "WaitForUpdates";
void removeCondition(ConditionIdentifier conditionId)
Utility function to remove an installed condition on the distributed conditionhandler.
ConditionIdentifier condMarkerPoseUpdated
static SubClassRegistry Registry
static VarList createParameterList()
Static helper method to create an empty parameterlist.
Class for legacy to stay compatible with old statecharts.
static std::string GetName()
static XMLStateFactoryBasePtr CreateInstance(XMLStateConstructorParams stateData)
ConditionIdentifier installCondition(const Term &condition, const EventPtr evt, const std::string &desc="")
Utility function to install a condition on the distributed conditionhandler.
void onEnter() override
Virtual function, in which the behaviour of state is defined, when it is entered. Can be overridden,...
IceInternal::Handle< XMLStateFactoryBase > XMLStateFactoryBasePtr
void onExit() override
Virtual function, in which the behaviour of state is defined, when it is exited. Can be overridden,...
WaitForUpdates(XMLStateConstructorParams stateData)
This file offers overloads of toIce() and fromIce() functions for STL container types.