Home Previous Up Next Index

armarx::NJointAdaptiveWipingControllerConfig

Overview

class NJointAdaptiveWipingControllerConfig extends NJointControllerConfig

Data Member Index

kernelSize
dmpAmplitude
timeDuration
phaseL
phaseK
phaseDist0
phaseDist1
phaseKpPos
phaseKpOri
posToOriRatio
nodeSetName
maxJointTorque
Kpos
Dpos
Kori
Dori
desiredNullSpaceJointValues
Knull
Dnull
forceSensorName
forceFrameName
forceFilter
waitTimeForCalibration
Kpf
minimumReactForce
forceDeadZone
velFilter
maxLinearVel
maxAngularVel
ws_x
ws_y
ws_z
adaptCoeff
reactThreshold
dragForceDeadZone
adaptForceCoeff
changePositionTolerance
changeTimerThreshold
ftOffset
handCOM
handMass
angularKp
frictionCone

Data Members

int kernelSize;

double dmpAmplitude;

double timeDuration;

double phaseL;

double phaseK;

float phaseDist0;

float phaseDist1;

double phaseKpPos;

double phaseKpOri;

double posToOriRatio;

string nodeSetName;

float maxJointTorque;

::Ice::FloatSeq Kpos;

::Ice::FloatSeq Dpos;

::Ice::FloatSeq Kori;

::Ice::FloatSeq Dori;

::Ice::FloatSeq desiredNullSpaceJointValues;

::Ice::FloatSeq Knull;

::Ice::FloatSeq Dnull;

string forceSensorName;

string forceFrameName;

float forceFilter;

float waitTimeForCalibration;

float Kpf;

float minimumReactForce;

float forceDeadZone;

float velFilter;

float maxLinearVel;

float maxAngularVel;

::Ice::FloatSeq ws_x;

::Ice::FloatSeq ws_y;

::Ice::FloatSeq ws_z;

float adaptCoeff;

float reactThreshold;

float dragForceDeadZone;

float adaptForceCoeff;

float changePositionTolerance;

float changeTimerThreshold;

::Ice::FloatSeq ftOffset;

::Ice::FloatSeq handCOM;

float handMass;

float angularKp;

float frictionCone;


Home Previous Up Next Index