Imagine you need to drive from one parking spot to another across an empty lot. In a perfect mathematical world you would draw a straight line and follow it. But your car has a minimum turning radius â the tightest circle it can make â and it cannot reverse. Suddenly the shortest path is no longer obvious.
This is the problem mathematician Lester Dubins solved in 1957. He asked: what is the shortest smooth curve connecting two points in the plane, given that the curve must have a bounded curvature (it cannot bend tighter than a fixed radius ) and must be traversed in a fixed direction?
The answer is elegant and surprising. Dubins proved that the optimal path always belongs to one of exactly six families, each made of at most three segments. Every segment is either a straight line (S) or an arc of the minimum-radius circle (C â either a Left arc or a Right arc). The six types are LSL, RSR, LSR, RSL, LRL, and RLR. No matter where you start and where you need to go, the shortest legal route is always one of those six shapes.
The result was proved decades before autonomous cars existed, yet it is exactly what modern motion planners use today â from self-driving vehicles to drone waypoint navigation to robotic arms.
Comments
Loading comments...