Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.api.FrameDefinitionList

Packages that use FrameDefinitionList
com.kuka.roboticsAPI.controllerModel.sunrise.api Contains the necessary objects to work with Sunrise. 
com.kuka.roboticsAPI.controllerModel.sunrise.mapping Contains the sunrise specific mapping algorithms, that convert RoboticsAPI objects to a series of SPRs. 
 

Uses of FrameDefinitionList in com.kuka.roboticsAPI.controllerModel.sunrise.api
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.api that return FrameDefinitionList
 FrameDefinitionList SPR.getFrameDefinitions()
          Gets the frame definitions of this SPR.
 

Uses of FrameDefinitionList in com.kuka.roboticsAPI.controllerModel.sunrise.mapping
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.mapping that return FrameDefinitionList
static FrameDefinitionList FrameGraphHelper.targetFrameMapping(FrameDefinitionList frameGraph, SunriseMappingToken info, Robot robot, AbstractFrame taskFrame, AbstractFrame targetFrame)
          Configures the frame graph so that the transformation from robot root to robot flange for a given target frame can be computed.
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.mapping with parameters of type FrameDefinitionList
static FrameDefinitionList FrameGraphHelper.targetFrameMapping(FrameDefinitionList frameGraph, SunriseMappingToken info, Robot robot, AbstractFrame taskFrame, AbstractFrame targetFrame)
          Configures the frame graph so that the transformation from robot root to robot flange for a given target frame can be computed.
static void FrameGraphHelper.taskFrameMapping(FrameDefinitionList frameGraph, SunriseMappingToken info, Robot robot, DeviceMappingResult robotPorts, AbstractFrame taskFrame)
          Configures the frame to be used for interpolation on a (possibly dynamic) task frame.
 



Copyright © 2019. All rights reserved.