|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.mapping.SplineMotionMappingHelper
public class SplineMotionMappingHelper
Helper functions, used also by the Connectivity mapping.
| Constructor Summary | |
|---|---|
SplineMotionMappingHelper()
|
|
| Method Summary | |
|---|---|
static void |
addCartVelLimiter(Robot robot,
SPR motionSPR,
OverrideMappingHelper motionModule,
ApplicationStateModule appStateModule)
Add the Cartesian velocity limiter to motion modules. |
static void |
addFinishNowStopCondition(SPR splineMotionSPR,
StopEvaluatorModule stopEvaluator,
DeviceMappingResult robotPorts)
Add a finish now stop condition to the SPR for stop requests. |
static ApplicationStateModule |
getApplicationStateModule(Controller controller)
Get the reference to the application state module from the controller. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplineMotionMappingHelper()
| Method Detail |
|---|
public static void addFinishNowStopCondition(SPR splineMotionSPR,
StopEvaluatorModule stopEvaluator,
DeviceMappingResult robotPorts)
splineMotionSPR - the SPRstopEvaluator - the stop evaluator modulerobotPorts - the robot ports
public static void addCartVelLimiter(Robot robot,
SPR motionSPR,
OverrideMappingHelper motionModule,
ApplicationStateModule appStateModule)
robot - the rootmotionSPR - the motion SPRmotionModule - the motion moduleappStateModule - the Application State Modulepublic static ApplicationStateModule getApplicationStateModule(Controller controller)
controller - the controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||