|
||||||||||
| 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.ForwardKinematicsModule
public class ForwardKinematicsModule
This module calculates the direct kinematics for a given joint position.
| Constructor Summary | |
|---|---|
ForwardKinematicsModule()
Creates a new direct kinematics module. |
|
| Method Summary | |
|---|---|
OutPort |
getAlphaOutport()
The alpha outport. |
OutPort |
getFrameOutport()
Gets the outport containing the calculated cartesian position. |
OutPort |
getJointOutport()
Gets the joint outport which copies the values from the joint parameter to the joint outport. |
OutPort |
getStatusOutport()
The status outport. |
void |
setJointConfiguration(JointPosition joints)
Sets the joint position which should be transformed into a cartesian position. |
| 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 ForwardKinematicsModule()
| Method Detail |
|---|
public OutPort getFrameOutport()
public OutPort getStatusOutport()
public void setJointConfiguration(JointPosition joints)
joints - The joint position which should be transformed into a
cartesian position.public OutPort getAlphaOutport()
public OutPort getJointOutport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||