com.kuka.roboticsAPI.motionModel
Class AbsoluteSplineMotionCP<T extends SplineMotionCP<T>>
java.lang.Object
com.kuka.roboticsAPI.commandModel.Action<T>
com.kuka.roboticsAPI.motionModel.Motion<T>
com.kuka.roboticsAPI.motionModel.KROSMotion<T>
com.kuka.roboticsAPI.motionModel.RobotMotion<T>
com.kuka.roboticsAPI.motionModel.SplineMotion<T>
com.kuka.roboticsAPI.motionModel.SplineMotionCP<T>
com.kuka.roboticsAPI.motionModel.AbsoluteSplineMotionCP<T>
- Type Parameters:
T - Type of the overriding class
- All Implemented Interfaces:
- IAction, IKROSMotion, IMotion, IMotionWithDestinationFrame, IParameterizable
- Direct Known Subclasses:
- CIRC, LIN, SPL
public abstract class AbsoluteSplineMotionCP<T extends SplineMotionCP<T>>
- extends SplineMotionCP<T>
- implements IMotionWithDestinationFrame
Base class for absolute spline motions.
- 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.
| Methods inherited from class com.kuka.roboticsAPI.motionModel.SplineMotionCP |
getCartAcceleration, getCartJerk, getCartVelocity, getMotionName, getOrientationAcceleration, getOrientationJerk, getOrientationType, getOrientationVelocity, hasCartAcceleration, hasCartJerk, hasCartVelocity, hasOrientationAcceleration, hasOrientationJerk, hasOrientationType, hasOrientationVelocity, setCartAcceleration, setCartJerk, setCartVelocity, setOrientationAcceleration, setOrientationJerk, setOrientationType, setOrientationVelocity |
| Methods inherited from class com.kuka.roboticsAPI.motionModel.RobotMotion |
getBlendingCart, getBlendingOri, getBlendingRel, getJointAccelerationRel, getJointAccelerationRel, getJointVelocityRel, getJointVelocityRel, hasBlendingCart, hasBlendingOri, hasBlendingRel, hasJointAccelerationRel, hasJointAccelerationRel, hasJointVelocityRel, hasJointVelocityRel, setBlendingCart, setBlendingOri, setBlendingRel, setJointAccelerationRel, setJointAccelerationRel, setJointAccelerationRel, setJointVelocityRel, setJointVelocityRel, setJointVelocityRel |
| Methods inherited from class com.kuka.roboticsAPI.motionModel.KROSMotion |
acquireResources, addMotionOverlay, breakWhen, getConditions, getMode, getMotionOverlaySupport, getSCSupport, getTriggerSupport, hasConditions, hasMotionOverlay, hasTrigger, isApplicableFor, setMode, triggerWhen |
AbsoluteSplineMotionCP
protected AbsoluteSplineMotionCP(AbstractFrame destination)
- Creates a new absolute spline motion. The orientation is ignored.
Velocity, acceleration and jerk are maximum.
- Parameters:
destination - The destination of the motion.
- Throws:
IllegalArgumentException - if an invalid argument is given
getDestination
public final AbstractFrame getDestination()
- Gets the destination.
- Specified by:
getDestination in interface IMotionWithDestinationFrame
- Returns:
- The destination.
- 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.
toString
public String toString()
-
- Overrides:
toString in class 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.