|
||||||||||
| 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.GetAlphaInverseKinematicsFromReferenceRequest
public class GetAlphaInverseKinematicsFromReferenceRequest
Request to calculate the alpha inverse kinematics from reference.
| Constructor Summary | |
|---|---|
GetAlphaInverseKinematicsFromReferenceRequest(LBR lbr,
AbstractFrame frame,
JointPosition correspondingJoints,
double alphaAngle)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
double |
getAlphaAngle()
Get the alpha angle for the inverse kinematics. |
JointPosition |
getCorrespondingJoints()
Gets the joint configuration for the given matrix. |
Robot |
getDevice()
The device to which the request is issued. |
AbstractFrame |
getFrame()
Gets the frame whose position should be transformed into a joint position. |
JointPosition |
getResult()
Gets the result of the request. |
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 |
| Constructor Detail |
|---|
public GetAlphaInverseKinematicsFromReferenceRequest(LBR lbr,
AbstractFrame frame,
JointPosition correspondingJoints,
double alphaAngle)
lbr - The LBR to which this request is issued.frame - The frame for which the alpha inverse is calculated.correspondingJoints - The joint configuration for which the alpha inverse is
calculated (e.g. the robot's current position)alphaAngle - The redundancy parameter alpha for the inverse kinematics (in
radians)| 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 AbstractFrame getFrame()
public JointPosition getCorrespondingJoints()
public double getAlphaAngle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||