|
||||||||||
| 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.GetCurrentConfigurationRequest
public class GetCurrentConfigurationRequest
Request for a robot to return it's current configuration. e.g. for the KUKA LWR (Lightweight robot) this consists of status, turn and alpha information.
| Constructor Summary | |
|---|---|
GetCurrentConfigurationRequest(Robot robot)
Creates a new request instance. |
|
GetCurrentConfigurationRequest(Robot robot,
boolean includeCartesianPosition)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
Robot |
getDevice()
The device to which the request is issued. |
PoseInformation |
getResult()
Gets the result of the request. |
boolean |
includeCartesianPosition()
Indicates that the cartesian position should be included in the response. |
void |
setResult(PoseInformation 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 GetCurrentConfigurationRequest(Robot robot)
robot - The robot to which this request is issued.
public GetCurrentConfigurationRequest(Robot robot,
boolean includeCartesianPosition)
robot - The robot to which this request is issued.includeCartesianPosition - indicates that the cartesian position should be included in the response.| Method Detail |
|---|
public Robot getDevice()
getDevice in interface IDeviceRequestgetDevice in class AbstractDeviceRequestpublic void setResult(PoseInformation result)
result - The result for this request.public boolean includeCartesianPosition()
public PoseInformation getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||