public final class RobotCommand
extends java.lang.Enum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static RobotCommand |
getRobotCommand(int value) |
int |
getValue() |
java.lang.String |
toString() |
static RobotCommand |
valueOf(java.lang.String name) |
static RobotCommand[] |
values() |
public static final RobotCommand CANCEL
public static final RobotCommand DS_CLEAR_APP_CONTEXT
public static final RobotCommand DS_CLEAR_BACKGROUND_CONTEXT
public static final RobotCommand DS_DYNAMIC_EDIT_INSTANCE
public static final RobotCommand DS_GET_SPEAK_FEATURES_SETTING
public static final RobotCommand DS_JUMP_TO_PLAN
public static final RobotCommand DS_PAUSE_SPEAK
public static final RobotCommand DS_REGISTER_LISTEN_CALLBACK
public static final RobotCommand DS_RESUME_SPEAK
public static final RobotCommand DS_SERVICE_CONNECT
public static final RobotCommand DS_SERVICE_RELEASE
public static final RobotCommand DS_SET_BACKGROUND_CONTEXT
public static final RobotCommand DS_SET_LISTEN_CONTEXT
public static final RobotCommand DS_SET_SPEAK_PITCH
public static final RobotCommand DS_SET_SPEAK_SPEED
public static final RobotCommand DS_SET_SPEAK_VOLUME
public static final RobotCommand DS_SET_UTTERANCE_SELECT_LIST
public static final RobotCommand DS_SPEAK_AND_LISTEN
public static final RobotCommand DS_STOP_SPEAK_AND_LISTEN
public static final RobotCommand DS_UNREGISTER_LISTEN_CALLBACK
public static final RobotCommand DS_VOICE_TRIGGER
public static final RobotCommand EXECUTE_APP_BY_PFP
public static final RobotCommand FOLLOW_USER
public static final RobotCommand MOTION_ADJUSTMENT
public static final RobotCommand MOTION_MOVE_BODY
public static final RobotCommand MOTION_PLAY_ACTION
public static final RobotCommand MOTION_REMOTE_CONTROL_BODY
public static final RobotCommand MOTION_REMOTE_CONTROL_HEAD
public static final RobotCommand MOTION_STOP
public static final RobotCommand MOVE_HEAD
public static final RobotCommand PLAY_EMOTIONAL_ACTION
public static final RobotCommand RELEASE
public static final RobotCommand SET_APPINFO
public static final RobotCommand SET_EXPRESSION
public static final RobotCommand SLAM_ACTIVE_LOCALIZATION
public static final RobotCommand SLAM_GET_LOCATION
public static final RobotCommand SLAM_STOP_LOCALIZATION
public static final RobotCommand SPEAK
public static final RobotCommand STOP_SPEAK
public static final RobotCommand TOUCH_ONLY_SIGNAL
public static final RobotCommand UTILITY_FIND_PERSON_NEARBY
public static final RobotCommand UTILITY_GET_LAST_KIDNAP_TIME
public static final RobotCommand UTILITY_LOOK_AT_USER
public static final RobotCommand VISION_CAMERA_POSITION
public static final RobotCommand VISION_CANCEL_DETECT_FACE
public static final RobotCommand VISION_CANCEL_DETECT_PERSON
public static final RobotCommand VISION_CANCEL_RECOGNIZE_PERSON
public static final RobotCommand VISION_CONFIG
public static final RobotCommand VISION_REQUEST_CAMERA_PREVIEW
public static final RobotCommand VISION_REQUEST_DETECT_FACE
public static final RobotCommand VISION_REQUEST_DETECT_PERSON
public static final RobotCommand VISION_REQUEST_GESTURE_POINT
public static final RobotCommand VISION_REQUEST_RECOGNIZE_PERSON
public static final RobotCommand WHEEL_LIGHTS_SET_ACTIVE
public static final RobotCommand WHEEL_LIGHTS_SET_BRIGHT
public static final RobotCommand WHEEL_LIGHTS_SET_COLOR
public static final RobotCommand WHEEL_LIGHTS_SET_DIRECTION
public static final RobotCommand WHEEL_LIGHTS_SET_PATTERN
public static final RobotCommand WHEEL_LIGHTS_STOP_PATTEN
public static final RobotCommand WHEEL_LIGHTS_SYSTEM_PATTERN
public java.lang.String getDescription()
public static RobotCommand getRobotCommand(int value)
public int getValue()
public java.lang.String toString()
toString
in class java.lang.Enum
public static RobotCommand valueOf(java.lang.String name)
public static RobotCommand[] values()