|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.geometricModel.LoadData
com.kuka.roboticsAPI.geometricModel.ToolData
@Deprecated public class ToolData
Holds tool data for an application tool.
ToolData are extended LoadDatas that bring in an additional name for the tool and a defaultMotionFrame offset relative to the base of the tool.
The Robotics API always assumes the translation part of transformations to be given in [mm].
| Constructor Summary | |
|---|---|
ToolData(String name,
double kilograms,
ITransformation com,
Inertia inertia,
ITransformation baseCenterOffset)
Deprecated. Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
fill(ToolData newTool)
Deprecated. Fills this tool with the data of the other tool. |
AdditionalData |
getAdditionalData()
Deprecated. Gets the additional informations which are attachted to this tool. |
Transformation |
getBaseCenterOffset()
Deprecated. Gets the base center offset of the tool from it's base to it's motion center. |
String |
getName()
Deprecated. Gets the name of the tool data. |
void |
setBaseCenterOffset(ITransformation baseCenterOffset)
Deprecated. Sets the base center offset of the tool from it's base to it's defaultMotionFrame. |
void |
setName(String newName)
Deprecated. Sets the given name. |
| Methods inherited from class com.kuka.roboticsAPI.geometricModel.LoadData |
|---|
equals, fill, getCenterOfMass, getInertia, getMass, hashCode, setCenterOfMass, setCenterOfMass, setInertia, setMass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ToolData(String name,
double kilograms,
ITransformation com,
Inertia inertia,
ITransformation baseCenterOffset)
name - The name of the data.kilograms - The kilograms.com - Center of mass transformation from the base.inertia - Inertia values.baseCenterOffset - The offset from the tool base to the tool center.| Method Detail |
|---|
public Transformation getBaseCenterOffset()
public void setBaseCenterOffset(ITransformation baseCenterOffset)
baseCenterOffset - The base center offset of the tool from it's base to it's
defaultMotionFrame.public String getName()
public AdditionalData getAdditionalData()
public void setName(String newName)
newName - The new name of the tool data.public void fill(ToolData newTool)
newTool - The other tool. null is not allowed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||