Smooth pathfinding with a state machine

A competitive micromouse must run a path made up of smooth turns rather than stopping for in-place turns. For novice builders of micromouse, this can seem a difficult task. Here is a method for creating a smooth path using data from flooding the maze. The method described here for generating…

Continue ReadingSmooth pathfinding with a state machine