33#include <RobotAPI/interface/units/RobotPoseUnitInterface.h>
49 "Name of the Robot (will publish values on RobotName + '6DPoseState')");
75 return "RobotPoseUnit";
113 virtual void moveTo(PoseBasePtr targetPose,
114 Ice::Float positionalAccuracy,
115 Ice::Float orientationalAccuracy,
116 const Ice::Current&
c = Ice::emptyCurrent);
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
RobotPoseUnitPropertyDefinitions(std::string prefix)
void onInitComponent() override
Retrieve proxy for publishing State information and call armarx::RobotPoseUnit::onInitRobotPoseUnit()...
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 stopMovement(const Ice::Current &c=Ice::emptyCurrent) override
virtual void onInitRobotPoseUnit()=0
void onDisconnectComponent() override
Hook for subclass.
virtual void onStopRobotPoseUnit()
RobotPoseUnitListenerPrx listenerPrx
RobotPoseUnitListener proxy for publishing state updates.
virtual void onStartRobotPoseUnit()=0
void onConnectComponent() override
Calls armarx::RobotPoseUnit::onStartRobotPoseUnit().
PropertyDefinitionsPtr createPropertyDefinitions() override
std::string listenerChannelName
Ice Topic name on which armarx::RobotPoseUnit::listenerPrx publishes information.
virtual void onExitRobotPoseUnit()=0
void onExitComponent() override
Calls armarx::RobotPoseUnit::onExitRobotPoseUnit().
std::string getDefaultName() const override
Retrieve default name of component.
SensorActorUnit()
Constructs a SensorActorUnit.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.