Pathfollowing
Path following is a control problem in robotics and autonomous systems in which a vehicle or agent is commanded to follow a predefined geometric path. The path may be a continuous curve in the plane or space, or a sequence of waypoints. The objective is to minimize deviation from the path while advancing along it, subject to the system's dynamics, actuation limits, and safety constraints. Path following assumes the path is given, differing from path planning which generates the path.
A common framework uses a path parameterization, typically arc length, and a path-relative coordinate frame such
Representative algorithms include Pure Pursuit, which steers toward a look-ahead point; the Stanley method, combining heading
Key implementation considerations include converting sensor measurements into a smooth, discrete path representation, respecting nonholonomic constraints,
Applications span autonomous road vehicles, mobile robots, aerial drones, ships, and industrial manipulators. Evaluation uses metrics