When robots need to perform motion along complex geometrical paths, often spline motions are employed. Splines can be seen as complex three-dimensional curves that are formed by a series of points in space. By choosing appropriate points, spline motions can be used to accurately approximate almost all surfaces that need to be manipulated by the robot.
Figure 2.3 shows an example of a robot performing a spline motion. In this case, the spline motion is defined by five points in space. Below the figure, the Robotics API motion statements are shown that let the robot execute this spline motion.
__________________________________________________________________
Robotics API support for: Spline motion
| |
Provided by: | SplineInterface |
Also available in: | MotionInterface |
Method(s): | spline(Frame, Frame...) |
Valid DeviceParameters: | OverrideParameter, MotionCenterParameter, CartesianParameters, ControllerParameter, RedundancyDeviceParameter, RobotToolParameter, AlphaParameter |