Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sejas/muia-robot-path-planning-system
Robot path planning system for Master's Degree in AI
https://github.com/sejas/muia-robot-path-planning-system
Last synced: 14 days ago
JSON representation
Robot path planning system for Master's Degree in AI
- Host: GitHub
- URL: https://github.com/sejas/muia-robot-path-planning-system
- Owner: sejas
- License: mit
- Created: 2020-01-11T17:01:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:27:14.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T14:43:48.529Z (19 days ago)
- Language: TypeScript
- Homepage: https://muia-robots-path-planning.netlify.com/
- Size: 6.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robot path planning system for Master's Degree in AI
- **Author**: [Antonio Sejas](https://sejas.es)
- **Demo**: https://muia-robots-path-planning.netlify.com/## Description
The objective of this project is the implementation of a route planning system for autonomous robots. This developed planner allows us to upload any image and mark the origin and end of the route. The system will model the environment from the uploaded image. The representation model is the grid model. On the grid, all the distances to the selected destination are calculated and then the route with the shortest distance to the origin is searched. This route is shown in the image. The system is available from as a web application https://muia-robots-path-planning.netlify.com/
## Some example paths
![](public/img/results/s1-2.png)
![](public/img/results/s2-4.png)