Main Content

Trajectory Generation and Following

Control manipulator joints to track trajectories

These functions use different mathematical equations for generating trajectories for manipulator robots. Polynomials, B-splines, and trapezoidal velocity profiles enable you to generate trajectories for multi-degree-of-freedom (DOF) systems. You can also interpolate between rotation matrices and homogeneous transformations.

The examples show different applications of trajectory execution including planning, control, and simulation for shape tracing and pick-and-place workflows.

Functions

expand all

bsplinepolytraj Generate polynomial trajectories using B-splines
cubicpolytraj Generate third-order polynomial trajectories
quinticpolytraj Generate fifth-order trajectories
rottraj Generate trajectories between orientation rotation matrices
transformtraj Generate trajectories between two transformations
trapveltraj Generate trajectories with trapezoidal velocity profiles

Blocks

Polynomial Trajectory Generate polynomial trajectories through waypoints
Rotation Trajectory Generate trajectory between two orientations
Transform Trajectory 生成两个均质之间的轨迹eous transforms
Trapezoidal Velocity Profile Trajectory Generate trajectories though multiple waypoints using trapezoidal velocity profiles

Topics