|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FindAndReachState>
com.kuka.nav.object.handling.FindAndReachState
public enum FindAndReachState
Describes the state of this action.
| Enum Constant Summary | |
|---|---|
APPROACH
The robot is moving to the approach pose of the object. |
|
APPROACH_ERROR
Some error occurred moving to the approach pose of the object. |
|
APPROACH_ERROR_TIMEOUT
The approach pose of the object could not be reached in the given amount of time. |
|
ERROR_LOST_TRACKED_OBJECT
Lost tracked object . |
|
FINAL_ACTION
The robot is performing the final action. |
|
FINAL_ACTION_ERROR
Some error occurred performing the final action. |
|
FINAL_ACTION_ERROR_TIMEOUT
The final action could not be performed in the given amount of time. |
|
FIND
The skill is trying to find an object of the specified type. |
|
FIND_ERROR
Some error occurred finding an object. |
|
FIND_ERROR_LOW_SCORE
An object was found, but the score is to low. |
|
FIND_ERROR_NO_OBJECT
No object was found. |
|
FINISHED
The skill was finished successfully. |
|
PREPARING_ACTION
The robot is performing the preparing action. |
|
PREPARING_ACTION_ERROR
Some error occurred performing the preparing action. |
|
PREPARING_ACTION_ERROR_TIMEOUT
The preparing action could not be performed in the given amount of time. |
|
REACH
The robot is moving to the end pose. |
|
REACH_ERROR
Some error occurred moving to the end pose. |
|
REACH_ERROR_TIMEOUT
The end pose could not be reached in the given amount of time . |
|
UNDEFINED
The state is undefined. |
|
| Method Summary | |
|---|---|
static FindAndReachState |
fromId(Integer id)
Returns a FindAndReachState matching the given id. |
static FindAndReachState |
fromString(String name)
Returns a FindAndReachState matching the given name. |
String |
toString()
|
static FindAndReachState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FindAndReachState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FindAndReachState UNDEFINED
public static final FindAndReachState ERROR_LOST_TRACKED_OBJECT
public static final FindAndReachState PREPARING_ACTION
public static final FindAndReachState PREPARING_ACTION_ERROR
public static final FindAndReachState PREPARING_ACTION_ERROR_TIMEOUT
public static final FindAndReachState FIND
public static final FindAndReachState FIND_ERROR
public static final FindAndReachState FIND_ERROR_NO_OBJECT
public static final FindAndReachState FIND_ERROR_LOW_SCORE
public static final FindAndReachState APPROACH
public static final FindAndReachState APPROACH_ERROR
public static final FindAndReachState APPROACH_ERROR_TIMEOUT
public static final FindAndReachState REACH
public static final FindAndReachState REACH_ERROR
public static final FindAndReachState REACH_ERROR_TIMEOUT
public static final FindAndReachState FINAL_ACTION
public static final FindAndReachState FINAL_ACTION_ERROR
public static final FindAndReachState FINAL_ACTION_ERROR_TIMEOUT
public static final FindAndReachState FINISHED
| Method Detail |
|---|
public static FindAndReachState[] values()
for (FindAndReachState c : FindAndReachState.values()) System.out.println(c);
public static FindAndReachState valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FindAndReachState>public static FindAndReachState fromId(Integer id)
FindAndReachState matching the given id.
id - the id of the state.
FindAndReachStatepublic static FindAndReachState fromString(String name)
FindAndReachState matching the given name.
name - the name of the state.
FindAndReachState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||