|
||||||||||
| 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.VelAccEstimatorModule
public class VelAccEstimatorModule
Module for estimating velocity and acceleration.
| Constructor Summary | |
|---|---|
VelAccEstimatorModule(int dof)
Creates a new velocity acceleration estimator module. |
|
| Method Summary | |
|---|---|
InPort |
getAccelerationIn()
Get the acceleration in port. |
OutPort |
getAccelerationOut()
Get the acceleration out port. |
InPort |
getPositionIn()
Get the position in port. |
OutPort |
getPositionOut()
Get the position out port. |
InPort |
getVelocityIn()
Get the velocity in port. |
OutPort |
getVelocityOut()
Get the velocity out port. |
void |
setZeroVelAccMode()
Activate the special zero velocity acceleration mode that commands zero velocity and acceleration throughout. |
| 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 VelAccEstimatorModule(int dof)
dof - degrees of freedom for position, velocity and acceleration inputs and outputs| Method Detail |
|---|
public InPort getPositionIn()
public InPort getVelocityIn()
public InPort getAccelerationIn()
public OutPort getPositionOut()
public OutPort getVelocityOut()
public OutPort getAccelerationOut()
public void setZeroVelAccMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||