|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.deviceModel.TeachInformation
public class TeachInformation
Gets standard teach information of the frame.
| Constructor Summary | |
|---|---|
TeachInformation()
Creates an empty teach information instance. |
|
TeachInformation(Robot robot)
Creates a filled teach information instance. |
|
| Method Summary | |
|---|---|
String |
getBaseName()
Gets the name of the base with which the position was taught. |
String |
getControllerName()
Gets the name of the controller with which the position was taught. |
String |
getDeviceName()
Gets the name of the device with which the position was taught. |
String |
getTcpName()
Get the TCP name. |
ITransformation |
getTcpTransformation()
Get the TCP transformation. |
String |
getToolName()
Gets the name of the tool with which the position was taught. |
boolean |
isTcpCloseTo(ITransformation transformationToCheck)
Checks if the given transformation is (nearly) equal to the taught TCP transformation of teach info. |
void |
setBaseName(String baseName)
Sets the name of the base with which the position was taught. |
void |
setControllerName(String controllerName)
Sets the name of the controller with which the position was taught. |
void |
setDeviceName(String deviceName)
Sets the name of the device with which the position was taught. |
void |
setTcpName(String tcpName)
Set the TCP name. |
void |
setTcpTransformation(ITransformation tcpTrafo)
Set the TCP transformation. |
void |
setToolName(String toolName)
Sets the name of the tool with which the position was taught. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TeachInformation()
public TeachInformation(Robot robot)
robot - The robot which was used to teach the frame.| Method Detail |
|---|
public String getTcpName()
public void setTcpName(String tcpName)
tcpName - the TCP namepublic ITransformation getTcpTransformation()
public void setTcpTransformation(ITransformation tcpTrafo)
tcpTrafo - the TCP transformationpublic String getToolName()
public void setToolName(String toolName)
toolName - The name of the tool with which the position was taught.public String getControllerName()
public void setControllerName(String controllerName)
controllerName - The name of the controller with which the position was taught.public String getBaseName()
public void setBaseName(String baseName)
baseName - The name of the base with which the position was taught.public String getDeviceName()
public void setDeviceName(String deviceName)
deviceName - The name of the device with which the position was taught.public String toString()
toString in class Objectpublic boolean isTcpCloseTo(ITransformation transformationToCheck)
transformationToCheck - transformation that should be checked against the TCP teach
transformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||