Go to the documentation of this file.
28 #include <RobotAPI/interface/units/TCPControlUnit.h>
42 defineOptionalProperty<std::string>(
43 "TCPControlUnitName",
"TCPControlUnit",
"Name of the TCPControlUnit");
59 virtual public TCPControlUnitObserverInterface
68 return "TCPControlUnitObserver";
82 const Ice::Current&
c = Ice::emptyCurrent)
override;
84 const FramedDirectionMap& tcpOrientationVelocities,
85 const Ice::Current&
c = Ice::emptyCurrent)
override;
TCPControlUnitObserverPropertyDefinitions(std::string prefix)
void onConnectObserver() override
Framework hook.
Baseclass for all ArmarX Observers.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
::std::map<::std::string, ::armarx::FramedPoseBasePtr > FramedPoseBaseMap
PropertyDefinitionsPtr createPropertyDefinitions() override
void reportTCPVelocities(const FramedDirectionMap &tcpTranslationVelocities, const FramedDirectionMap &tcpOrientationVelocities, const Ice::Current &c=Ice::emptyCurrent) override
std::string getDefaultName() const override
Retrieve default name of component.
void reportTCPPose(const FramedPoseBaseMap &poseMap, const Ice::Current &c=Ice::emptyCurrent) override
Observer monitoring TCP-related sensor values.
void onInitObserver() override
Framework hook.
This file offers overloads of toIce() and fromIce() functions for STL container types.