Skip to content

Implementation of a route-planning algorithm for self driving cars. Uses A* pathfinding for calculating the shortest path between two points similar to Google Maps.

Notifications You must be signed in to change notification settings

voltr0x/route-planner-project

Repository files navigation

route-planner-project

Final project for "Navigating Data Structures" in the Introduction to Self Driving Cars Nanodegree

The project implements A* algorithm for route-planning similar to Google Maps for calculating the shortest path between two points on a map.

Project Requirements

To run this project you will need:

  1. Python 3
  2. Jupyter notebook
  3. networkx
  4. plotly

About

Implementation of a route-planning algorithm for self driving cars. Uses A* pathfinding for calculating the shortest path between two points similar to Google Maps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published