|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.requestModel.AbstractRequest
com.kuka.roboticsAPI.requestModel.AbstractDeviceRequest
com.kuka.roboticsAPI.requestModel.GetForwardKinematicValidRequest
public class GetForwardKinematicValidRequest
Request for a robot to calculate a inverse kinematics value.
| Field Summary | |
|---|---|
static String |
PARAM_E1
E1 parameter name. |
static String |
PARAM_FORWARD
E1 kinematics. |
static String |
PARAM_FORWARD_ALPHA
Alpha kinematics. |
static String |
PARAM_FRAME
Frame parameter name. |
static String |
PARAM_JOINTANGLES
Joint angles parameter name. |
static String |
PARAM_STATUS
Status parameter name. |
static String |
PARAM_TURN
Turn parameter name. |
| Constructor Summary | |
|---|---|
GetForwardKinematicValidRequest(Robot robot,
JointPosition joints)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
Robot |
getDevice()
The device to which the request is issued. |
JointPosition |
getJoints()
Gets the joints for which the forward kinematic should be calculated. |
Frame |
getResult()
Gets the result of the request. |
void |
setResult(Frame result)
Sets the result for this request. |
| Methods inherited from class com.kuka.roboticsAPI.requestModel.AbstractRequest |
|---|
hasResult, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.kuka.roboticsAPI.requestModel.IRequest |
|---|
hasResult |
| Field Detail |
|---|
public static final String PARAM_FORWARD_ALPHA
public static final String PARAM_FORWARD
public static final String PARAM_FRAME
public static final String PARAM_STATUS
public static final String PARAM_TURN
public static final String PARAM_E1
public static final String PARAM_JOINTANGLES
| Constructor Detail |
|---|
public GetForwardKinematicValidRequest(Robot robot,
JointPosition joints)
robot - The robot to which this request is issued.joints - The joints for which the forward kinematic should be
calculated.| Method Detail |
|---|
public Robot getDevice()
getDevice in interface IDeviceRequestgetDevice in class AbstractDeviceRequestpublic void setResult(Frame result)
result - The result for this request.public Frame getResult()
public JointPosition getJoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||