Package org.robwork.sdurw_control
Class JointController.ControlMode
- java.lang.Object
-
- org.robwork.sdurw_control.JointController.ControlMode
-
- Enclosing class:
- JointController
public static final class JointController.ControlMode extends java.lang.Objectcontrol mode
-
-
Field Summary
Fields Modifier and Type Field Description static JointController.ControlModeCNT_POSITIONstatic JointController.ControlModeCURRENTstatic JointController.ControlModeFORCEstatic JointController.ControlModePOSITIONstatic JointController.ControlModeVELOCITY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JointController.ControlModeswigToEnum(int swigValue)intswigValue()java.lang.StringtoString()
-
-
-
Field Detail
-
POSITION
public static final JointController.ControlMode POSITION
-
CNT_POSITION
public static final JointController.ControlMode CNT_POSITION
-
VELOCITY
public static final JointController.ControlMode VELOCITY
-
FORCE
public static final JointController.ControlMode FORCE
-
CURRENT
public static final JointController.ControlMode CURRENT
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
swigToEnum
public static JointController.ControlMode swigToEnum(int swigValue)
-
-