Before we can plan paths, we need to understand the space we’re planning in.
The Problem with Workspace
Your robot …
A ground-up exploration of motion planning algorithms for mobile robots.
Motion planning is the problem of finding a path from A to B that doesn’t collide with obstacles. Simple to state, surprisingly deep to solve well.
This series builds up from first principles to practical algorithms you can deploy on real robots.