An open API service indexing awesome lists of open source software.

https://github.com/voltr0x/route-planner-project

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.
https://github.com/voltr0x/route-planner-project

pathfinding-algorithm python3 robotics self-driving-car

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](http://jupyter.readthedocs.io/en/latest/install.html)
3. [networkx](https://networkx.github.io/documentation/latest/install.html)
4. [plotly](https://plot.ly/python/getting-started/#installation)