You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
osmpbfreader-rs@05126afc99 | 1 month ago | |
pfadfinder | 1 month ago | |
pfadfinder-client | 1 month ago | |
pfadfinder-server | 1 month ago | |
.gitignore | 1 month ago | |
.gitmodules | 1 month ago | |
COPYING | 2 months ago | |
Cargo.lock | 1 month ago | |
Cargo.toml | 2 months ago | |
makefile | 1 month ago | |
readme.md | 1 month ago |
readme.md
pfadfinder
A route planning engine for openstreetmap. Uses a multithreaded A*-like algorithm to plan paths, respecting speed limits and oneways.
todo
- simplify graph to only have junctions
- precompute distance
- expand to full path after pathfinding completed
- use geolocation api to show position
- use tts to read instructions out aloud
licence
AGPL-3.0-only: See /COPYING