|
||||||||||
| 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.OnlinePlanner
public class OnlinePlanner
Online planner for jogging movements.
| Constructor Summary | |
|---|---|
OnlinePlanner(boolean cartesian)
Creates a new online planner instance. |
|
| Method Summary | |
|---|---|
InPort |
getAlphaInport()
Alpha inport. |
OutPort |
getAlphaOutport()
Alpha outport. |
OutPort |
getNewRobotPositionOutport()
Gets the outport containing the new robot position. |
InPort |
getRobotPositionInport()
Gets the inport for the current robot position. |
InPort |
getVelocitiesInport()
Gets the inport for the desired velocities. |
InPort |
getWatchdogInport()
Gets the inport for the watchdog. |
void |
setAcceleration(double acceleration)
Sets the desired acceleration. |
void |
setAxesCount(int axesCount)
Sets the axes count. |
| 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 OnlinePlanner(boolean cartesian)
cartesian - - if set to true - works as cartesian online planner,
otherwise - joint specific online planner.| Method Detail |
|---|
public InPort getRobotPositionInport()
public InPort getVelocitiesInport()
public InPort getWatchdogInport()
public OutPort getNewRobotPositionOutport()
public void setAcceleration(double acceleration)
acceleration - The desired acceleration.public void setAxesCount(int axesCount)
axesCount - The axes count.public OutPort getAlphaOutport()
public InPort getAlphaInport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||