Go to the documentation of this file.
33 std::string RobotPoseName = getProperty<std::string>(
"RobotName").getValue();
const VariantTypeId Float
virtual void onExitRobotPoseUnit()=0
std::string listenerChannelName
Ice Topic name on which armarx::RobotPoseUnit::listenerPrx publishes information.
RobotPoseUnitListenerPrx listenerPrx
RobotPoseUnitListener proxy for publishing state updates.
const LogSender::manipulator flush
virtual void moveTo(PoseBasePtr targetPose, Ice::Float positionalAccuracy, Ice::Float orientationalAccuracy, const Ice::Current &c=Ice::emptyCurrent)
moveTo moves the robot to a global pose specified by:
void onExitComponent() override
Calls armarx::RobotPoseUnit::onExitRobotPoseUnit().
virtual void onStartRobotPoseUnit()=0
virtual void onInitRobotPoseUnit()=0
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Defines all necessary properties for armarx::RobotPoseUnit.
void offeringTopic(const std::string &name)
Registers a topic for retrival after initialization.
virtual void onStopRobotPoseUnit()
void onConnectComponent() override
Calls armarx::RobotPoseUnit::onStartRobotPoseUnit().
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
PropertyDefinitionsPtr createPropertyDefinitions() override
void onInitComponent() override
Retrieve proxy for publishing State information and call armarx::RobotPoseUnit::onInitRobotPoseUnit()...
void onDisconnectComponent() override
Hook for subclass.
This file offers overloads of toIce() and fromIce() functions for STL container types.