|
||||||||||
| 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.GetInverseKinematicsFromFrameAndRedundancyRequest
public class GetInverseKinematicsFromFrameAndRedundancyRequest
Request for a robot to calculate a inverse kinematics from a frame with redundancy information.
| Constructor Summary | |
|---|---|
GetInverseKinematicsFromFrameAndRedundancyRequest(Robot robot,
AbstractFrame frame)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
Robot |
getDevice()
The device to which the request is issued. |
AbstractFrame |
getFrame()
Gets the frame. |
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 GetInverseKinematicsFromFrameAndRedundancyRequest(Robot robot,
AbstractFrame frame)
robot - The robot to which this request is issued.frame - The frame, for which the inverse kinematics should be
computed.| Method Detail |
|---|
public Robot getDevice()
AbstractDeviceRequest
getDevice in interface IDeviceRequestgetDevice in class AbstractDeviceRequestpublic void setResult(JointPosition result)
result - The result for this request.public JointPosition getResult()
IRequest
public AbstractFrame getFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||