This repository contains a sample path planning pipeline for autonomous vehicles built for Google Colab.
- Open Google Colab.
- Clone this repository:
!git clone <repository-url>
- Open
path_planning_example.ipynband follow the cells step by step. The notebook shows how to generate a simple grid map, run an A* path planning algorithm, and visualize the resulting path.
The code can run entirely on the free Colab CPU environment.