24#include <VirtualRobot/MathTools.h>
25#include <VirtualRobot/Nodes/RobotNode.h>
26#include <VirtualRobot/RobotNodeSet.h>
36 NJointControllerRegistration<TSMPImp>
40 const NJointControllerConfigPtr& config,
58 const NJointControllerConfigPtr& config,
76 const NJointControllerConfigPtr& config,
94 const NJointControllerConfigPtr& config,
104 return "TSMPMixImpVel";
std::string getClassName(const Ice::Current &=Ice::emptyCurrent) const override
TSMPAdm(const RobotUnitPtr &robotUnit, const NJointControllerConfigPtr &config, const VirtualRobot::RobotPtr &robot)
TSMPController(const RobotUnitPtr &robotUnit, const NJointControllerConfigPtr &config, const VirtualRobot::RobotPtr &)
std::string getClassName(const Ice::Current &=Ice::emptyCurrent) const override
================================== TSImp ==================================
TSMPImp(const RobotUnitPtr &robotUnit, const NJointControllerConfigPtr &config, const VirtualRobot::RobotPtr &robot)
std::string getClassName(const Ice::Current &=Ice::emptyCurrent) const override
================================== TSMixImpVel ==================================
TSMPMixImpVel(const RobotUnitPtr &robotUnit, const NJointControllerConfigPtr &config, const VirtualRobot::RobotPtr &robot)
std::string getClassName(const Ice::Current &=Ice::emptyCurrent) const override
TSMPVel(const RobotUnitPtr &robotUnit, const NJointControllerConfigPtr &config, const VirtualRobot::RobotPtr &robot)
#define ARMARX_IMPORTANT
The logging level for always important information, but expected behaviour (in contrast to ARMARX_WAR...
std::shared_ptr< class Robot > RobotPtr
This file is part of ArmarX.
NJointControllerRegistration< TSMPVel > registrationControllerTSMPVel("TSMPVel")
TSMPVel.
NJointControllerRegistration< TSMPImp > registrationControllerTSMPImp("TSMPImp")
TSMPImp.
NJointControllerRegistration< TSMPMixImpVel > registrationControllerTSMPMixImpVel("TSMPMixImpVel")
TSMPMixImpVel.
NJointControllerRegistration< TSMPAdm > registrationControllerTSMPAdm("TSMPAdm")
TSMPAdm.
IceUtil::Handle< class RobotUnit > RobotUnitPtr