35#include <ArmarXSimulation/interface/simulator/SimulatorInterface.h>
59 return Eigen::Isometry3f::Identity();
69 return "SelfLocalizationDynamicSimulation";
78 void reportRobotPose();
80 SimulatorInterfacePrx simulatorProxy;
87 std::string robotName;
IceUtil::Handle< PeriodicTask< T > > pointer_type
Shared pointer type for convenience.
PeriodicTask< SelfLocalizationDynamicSimulation >::pointer_type execTask
void onDisconnectComponent() override
SelfLocalizationDynamicSimulation()=default
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Eigen::Isometry3f worldToMapTransform() const override
static transformation from world to map
std::string getDefaultName() const override
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.