|
||||||||||
| 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.GetInverseKinematicsFromReferenceRequest
public class GetInverseKinematicsFromReferenceRequest
Request for a robot to calculate a inverse kinematics value from reference.
| Field Summary | |
|---|---|
static String |
PARAM_FRAME
Frame parameter name. |
static String |
PARAM_JOINTANGLES
Joint angles parameter name. |
static String |
PARAM_QCLOSEST
QClosest parameter name. |
| Constructor Summary | |
|---|---|
GetInverseKinematicsFromReferenceRequest(Robot robot,
ITransformation matrix,
JointPosition correspondingJoints)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
JointPosition |
getCorrespondingJoints()
Gets the optional joint configuration for the given matrix. |
Robot |
getDevice()
The device to which the request is issued. |
JointPosition |
getResult()
Gets the result of the request. |
Transformation |
getTransformation()
Gets the matrix whose position should be transformed into a joint position. |
void |
setResult(JointPosition 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_QCLOSEST
public static final String PARAM_JOINTANGLES
public static final String PARAM_FRAME
| Constructor Detail |
|---|
public GetInverseKinematicsFromReferenceRequest(Robot robot,
ITransformation matrix,
JointPosition correspondingJoints)
robot - The robot to which this request is issued.matrix - The matrix which should be calculated.correspondingJoints - The optional joint configuration.| Method Detail |
|---|
public Robot getDevice()
getDevice in interface IDeviceRequestgetDevice in class AbstractDeviceRequestpublic void setResult(JointPosition result)
result - The result for this request.public JointPosition getResult()
public Transformation getTransformation()
public JointPosition getCorrespondingJoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||