A* Pathfinding Algorithm Visualizer
Draw walls, drop a start and goal, and watch A* search the grid step by step.
Free ยท runs in your browser ยท no signup, no install
Speed:
Presets:
Draw walls (or pick a preset), then press Find Path.
A* is the most common pathfinding algorithm in robotics. ROS2's Nav2 uses a variant of A* for global path planning.
Read: Path Planning โWhat you can do here
- Draw your own obstacles and re-run the search instantly
- Watch the open and closed sets grow so the heuristic stops being abstract
- See why A* explores far fewer nodes than a naive breadth-first search
Go deeper
F-01: ROS2 Navigation Stack โRelated concepts
More simulators
PID Tuner
Drag P, I and D and watch the system settle, overshoot or oscillate in real time.
SLAM Simulator
Drive a robot through an unknown world and watch it build a map while locating itself.
IK Solver
Drag the gripper anywhere and watch the joint angles solve themselves.
Sensor Fusion
Two noisy sensors, one clean estimate. Watch a filter combine them live.
Motor Controller
Change the duty cycle and watch torque, speed and current respond.
Code Playground
Write real Python in the browser and drive a simulated robot with it.