|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.mapping.AbstractMapper<SunriseMappingToken>
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.SunriseMapper
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.CommandMapper
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.SplineMotionMapper
public abstract class SplineMotionMapper
This is the CommandMapper for the SplineMotionModule. Each motion will be mapped to one SPR. In the SPR there is one module that will handle parameters, IN- and OUTPorts, stop conditions and requests (stop/pause).
| Field Summary | |
|---|---|
static String |
SPLINE_MOTION_SPR_NAME
Constant for the name of the spline motion SPR. |
| Constructor Summary | |
|---|---|
SplineMotionMapper()
|
|
| Method Summary | |
|---|---|
protected void |
beforeMap(SunriseMappingToken info)
Sets device mapping snapshot information before mapping. |
protected void |
checkCommandParams(com.kuka.common.params.ParameterSet commandParams)
Checks command parameters. |
protected SplineMotion<?> |
createAndCheckSpline(SunriseMappingToken info)
Creates and checks a spline. |
protected void |
map(SunriseMappingToken info)
This method is called when the mapper should map a command for which it is registered. |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.mapping.CommandMapper |
|---|
checkControlModeValid, mapMotionOverlay, mapStopConditions, mapTrigger, registerForRobotObserverReturnValues, startDeviceMapping |
| Methods inherited from class com.kuka.roboticsAPI.controllerModel.mapping.AbstractMapper |
|---|
getMapperTable, getMappingTypes, performMapping, register |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SPLINE_MOTION_SPR_NAME
| Constructor Detail |
|---|
public SplineMotionMapper()
| Method Detail |
|---|
protected void map(SunriseMappingToken info)
map in class AbstractMapper<SunriseMappingToken>info - The mapping information for the current mapping process.protected void beforeMap(SunriseMappingToken info)
beforeMap in class SunriseMapperinfo - The mapping information for the current mapping process.protected void checkCommandParams(com.kuka.common.params.ParameterSet commandParams)
commandParams - the parametersprotected SplineMotion<?> createAndCheckSpline(SunriseMappingToken info)
info - mapping information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||