com.kuka.roboticsAPI.motionModel
Class MotionInstruction
java.lang.Object
com.kuka.roboticsAPI.commandModel.AbstractControllerCommand
com.kuka.roboticsAPI.commandModel.Instruction
com.kuka.roboticsAPI.motionModel.MotionInstruction
- All Implemented Interfaces:
- IControllerCommand
public class MotionInstruction
- extends Instruction
An instruction to perform a motion with a specified defaultMotionFrame.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
MotionInstruction
public MotionInstruction(ObjectFrame defaultMotionFrame,
IMotion motion)
- Creates a new instance of the instruction.
- Parameters:
motion - The motion that should be performed.defaultMotionFrame - The defaultMotionFrame.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getAction
public IMotion getAction()
- Gets the action for this instruction.
- Overrides:
getAction in class Instruction
- Returns:
- The action for this instruction.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getDefaultMotionFrame
public ObjectFrame getDefaultMotionFrame()
- Gets the defaultMotionFrame of the moved object.
- Returns:
- The defaultMotionFrame of the moved object.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.