com.kuka.roboticsAPI.motionModel
Class SplineMotionJP<T extends SplineMotion<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.SplineMotionJP<T>
- Type Parameters:
T - Type of the overriding class
- All Implemented Interfaces:
- IAction, IKROSMotion, IMotion, IParameterizable
- Direct Known Subclasses:
- CartesianPTP, PTP, PTPHome, SplineJP
public abstract class SplineMotionJP<T extends SplineMotion<T>>
- extends SplineMotion<T>
Abstract base class for a spline motion in joint space.
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplineMotionJP
public SplineMotionJP()
- Creates a new spline motion.
getMotionName
protected abstract String getMotionName()
- Gets the type of the motion.
- Returns:
- The type of the motion.
Copyright © 2019. All rights reserved.