Home Previous Up Next Index

armarx::NJointControllerInterface

Overview

interface NJointControllerInterface

Derived Classes and Interfaces

DSBimanualControllerInterface
DSControllerInterface
DSJointCarryControllerInterface
NJointActiveImpedanceControllerInterface
NJointAdaptiveWipingControllerInterface
NJointAnomalyDetectionAdaptiveWipingControllerInterface
NJointBimanualCCDMPControllerInterface
NJointBimanualCCDMPVelocityControllerInterface
NJointBimanualCartesianAdmittanceControllerInterface
NJointBimanualForceControllerInterface
NJointBimanualForceMPControllerInterface
NJointBimanualObjLevelControllerInterface
NJointBimanualObjLevelMultiMPControllerInterface
NJointBimanualObjLevelVelControllerInterface
NJointCCDMPControllerInterface
NJointCartesianNaturalPositionControllerInterface
NJointCartesianTorqueControllerInterface
NJointCartesianVelocityControllerInterface
NJointCartesianVelocityControllerWithRampInterface
NJointCartesianWaypointControllerInterface
NJointCurrentControllerInterface
NJointJointSpaceDMPControllerInterface
NJointPeriodicTSDMPCompliantControllerInterface
NJointPeriodicTSDMPControllerInterface
NJointTaskSpaceAdaptiveDMPControllerInterface
NJointTaskSpaceDMPControllerInterface
NJointTaskSpaceImpedanceControlInterface
NJointTaskSpaceImpedanceDMPControllerInterface
NJointTrajectoryControllerInterface
NJointZeroTorqueControllerInterface

Operation Index

getClassName
getInstanceName
getControlDeviceUsedControlModeMap
isControllerActive
isControllerRequested
isDeletable
hasControllerError
getControllerStatus
getControllerDescription
getControllerDescriptionWithStatus
activateController
deactivateController
deleteController
deactivateAndDeleteController
getFunctionDescriptions
callDescribedFunction

Operations

string getClassName()

string getInstanceName()

StringStringDictionary getControlDeviceUsedControlModeMap()

bool isControllerActive()

bool isControllerRequested()

bool isDeletable()

bool hasControllerError()

NJointControllerStatus getControllerStatus()

NJointControllerDescription getControllerDescription()

NJointControllerDescriptionWithStatus getControllerDescriptionWithStatus()

void activateController()

void deactivateController()

void deleteController() throws LogicError

void deactivateAndDeleteController() throws LogicError

WidgetDescription::StringWidgetDictionary getFunctionDescriptions()

void callDescribedFunction(string fuinctionName, StringVariantBaseMap values) throws InvalidArgumentException


Home Previous Up Next Index