|
||||||||||
| 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.api.ObserverModule
com.kuka.roboticsAPI.controllerModel.sunrise.api.DeviceObserverModule
com.kuka.roboticsAPI.controllerModel.sunrise.predefinedCompounds.RobotObserver
public class RobotObserver
Observes the output values of a pipe. Is used to avoid cycles in an SPR, because we need an DAG in an SPR.
| Constructor Summary | |
|---|---|
RobotObserver(String observerName,
String robotName,
SPR parent)
Creates a new PipeObserver instance. |
|
| Method Summary | |
|---|---|
OutPort |
getAreAllAxesMastered()
Returns the outport containing the mastering state of all axes. |
OutPort |
getAreAxesMastered()
Returns the outport containing the mastering state of axes. |
OutPort |
getAxisCtrlMode()
Returns the axisCtrlModeT1m OutPort. |
OutPort |
getAxisQSpeedMsr()
Returns the joint outport for the measured velocity. |
OutPort |
getAxisTauCmdT1m()
Returns the axisTauCmdT1m OutPort. |
OutPort |
getAxisTauGravMdl()
Returns the outport for the model torque. |
OutPort |
getCommandedAlphaOutport()
Returns the alpha outport of the pipe which contains the commanded alpha. |
OutPort |
getCommandedCartPositionOutport()
Returns the cartesian outport of the pipe which contains the commanded cartesian position. |
OutPort |
getCommandedJointOutport()
Returns the joint outport of the pipe which contains the commanded joint position. |
OutPort |
getCommandedStatusOutport()
Returns the status outport of the pipe which contains the commanded status. |
OutPort |
getCommandedTurnOutport()
Returns the turn outport of the pipe which contains the commanded turn. |
OutPort |
getErrStateDrives()
Returns the outport containing an combined error state of the drives. |
OutPort |
getExtMeasuredJointTorqueOutport()
Returns the joint outport of the pipe which contains the measured and adjusted joint torque. |
OutPort |
getFeedlockState()
Returns the outport containing the lock state of axes. |
OutPort |
getForceVarianceOutport()
Returns the force variance outport of the pipe which contains the measured and adjusted force variance. |
OutPort |
getMeasuredAlphaOutport()
Returns the alpha outport of the pipe which contains the measured alpha. |
OutPort |
getMeasuredCartPositionOutport()
Returns the cartesian outport of the pipe which contains the measured cartesian position. |
OutPort |
getMeasuredForceOutport()
Returns the force outport of the pipe which contains the measured and adjusted force. |
OutPort |
getMeasuredJointOutport()
Returns the joint outport of the pipe which contains the measured joint position. |
OutPort |
getMeasuredJointTorqueOutport()
Returns the joint outport of the pipe which contains the measured joint torque. |
OutPort |
getMeasuredStatusOutport()
Returns the status outport of the pipe which contains the measured status. |
OutPort |
getMeasuredTurnOutport()
Returns the turn outport of the pipe which contains the measured turn. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.ObserverModule |
|---|
addInPort, getAlias, setAlias |
| 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, 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 RobotObserver(String observerName,
String robotName,
SPR parent)
observerName - The name of the observer.robotName - The name of the drive group, which should be observed.parent - SPR for which this instance is created.| Method Detail |
|---|
public OutPort getAxisQSpeedMsr()
public OutPort getAxisTauGravMdl()
public OutPort getCommandedJointOutport()
public OutPort getMeasuredJointOutport()
public OutPort getCommandedCartPositionOutport()
public OutPort getMeasuredCartPositionOutport()
public OutPort getCommandedStatusOutport()
public OutPort getMeasuredStatusOutport()
public OutPort getCommandedTurnOutport()
public OutPort getMeasuredTurnOutport()
public OutPort getCommandedAlphaOutport()
public OutPort getMeasuredAlphaOutport()
public OutPort getExtMeasuredJointTorqueOutport()
public OutPort getMeasuredJointTorqueOutport()
public OutPort getMeasuredForceOutport()
public OutPort getForceVarianceOutport()
public OutPort getFeedlockState()
public OutPort getAreAxesMastered()
public OutPort getAreAllAxesMastered()
public OutPort getErrStateDrives()
public OutPort getAxisTauCmdT1m()
public OutPort getAxisCtrlMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||