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.
- Host: GitHub
- URL: https://github.com/voltr0x/route-planner-project
- Owner: voltr0x
- Created: 2024-03-09T01:07:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-09T01:12:53.000Z (over 1 year ago)
- Last Synced: 2025-01-14T01:49:59.186Z (5 months ago)
- Topics: pathfinding-algorithm, python3, robotics, self-driving-car
- Language: Jupyter Notebook
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# route-planner-project
Final project for "Navigating Data Structures" in the Introduction to Self Driving Cars NanodegreeThe 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)