logo search
Jack H

13.2.2 Computer Control of Robot Paths (Incremental Interpolation)

Path Planning is a simple process where the path planning methods described before (such as straight line motion) are used before the movement begins, and then a simple real-time lookup table is used.

The path planner puts all of the values in a trajectory table.

The on-line path controller will look up values from the trajectory table at predetermined time, and use these as setpoints for the controller.

The effect of the two tier structure is that the robot is always shooting for the next closest ‘knot-point’ along the path.