navsquad / navsim

a python satellite navigation simulator
MIT License
5 stars 0 forks source link

Open Street Map Trajectory Generation #5

Open tannerkoza opened 7 months ago

tannerkoza commented 7 months ago

I'd like to be able to generate GV trajectories based on the local traffic infrastructure for an area in question. Here's a link to an approach. Haven't read this much though.

gtgkartik commented 7 months ago

Open street Map, takes in the data (list of places) and calculates the shortest path from the source to destination. If you want to built it based on local traffic infrastucture this project is limited for this use case as of now, but we can built on top of OSM for this usecase