|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent
com.kuka.roboticsAPI.controllerModel.sunrise.api.Module
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.InverseKinematicsModule
public class InverseKinematicsModule
Inverse kinematics module.
| Constructor Summary | |
|---|---|
InverseKinematicsModule()
Creates a new inverse kinematics module. |
|
| Method Summary | |
|---|---|
InPort |
getAlphaInport()
Gets the alpha inport for the kinematic (TODO this is device specific!). |
InPort |
getFrameInPort()
Gets the inport to which the frame is connected, which should be transformed into joint positions. |
OutPort |
getIsValidOutPort()
Gets the port which contains the value to describe if the inv kin is valid. |
InPort |
getJointInPort()
Gets the inport which contains the joint configuration which will be chosen if the inverse kinematics is in a singularity and needs more information. |
OutPort |
getJointOutPort()
Gets the outport which contains the result of the inverse kinematics. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.Module |
|---|
getComponentType, getComponentVersion |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.SPRComponent |
|---|
addInPort, addInPort, addOutPort, addOutPort, addParameter, getChecksum, getExpressionSegmentString, getInPort, getInPorts, getInstanceName, getName, getOutPort, getOutPorts, getParameter, getParameterList, getSPR, hasSameDataAs, onAsyncEvent, onFinished, onInitialize, onSerialization, onSPRStateChanged, onSPRStateChangedSync, setInstanceName, setName, toString, tryGetParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InverseKinematicsModule()
| Method Detail |
|---|
public InPort getFrameInPort()
public OutPort getJointOutPort()
public InPort getAlphaInport()
public InPort getJointInPort()
public OutPort getIsValidOutPort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||