|
defined in <armarx/control/deprecated_njoint_mp_controller/joint_space/ControllerInterface.ice>
class NJointJointSpaceDMPControllerConfig extends NJointControllerConfig { ... }
Data Members | |
int | baseMode = 1 |
bool | isPhaseStop = false |
Ice::StringSeq | jointNames |
int | kernelSize = 100 |
double | maxJointVel = 10 |
double | phaseDist0 = 0.3 |
double | phaseDist1 = 0.1 |
double | phaseK = 10 |
double | phaseKp = 1 |
double | phaseL = 10 |
double | timeDuration = 10 |
Definition at line 30 of file ControllerInterface.ice.
int baseMode = 1 |
Definition at line 34 of file ControllerInterface.ice.
bool isPhaseStop = false |
Definition at line 44 of file ControllerInterface.ice.
Ice::StringSeq jointNames |
Definition at line 32 of file ControllerInterface.ice.
int kernelSize = 100 |
Definition at line 33 of file ControllerInterface.ice.
double maxJointVel = 10 |
Definition at line 43 of file ControllerInterface.ice.
double phaseDist0 = 0.3 |
Definition at line 38 of file ControllerInterface.ice.
double phaseDist1 = 0.1 |
Definition at line 39 of file ControllerInterface.ice.
double phaseK = 10 |
Definition at line 37 of file ControllerInterface.ice.
double phaseKp = 1 |
Definition at line 40 of file ControllerInterface.ice.
double phaseL = 10 |
Definition at line 36 of file ControllerInterface.ice.
double timeDuration = 10 |
Definition at line 42 of file ControllerInterface.ice.