Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.34k stars 3.35k forks source link

Indoor Navigation #6257

Closed dmenneck closed 1 month ago

dmenneck commented 2 years ago

I am currently facing the use case of navigating in buildings. Unfortunately I couldn’t find any examples so far and wanted to ask if some of you have already made experience with it and/or can estimate if indoor navigation with OSRM is possible.

The underlying OSM data will be tagged with schemas like IndoorOSM or Simple Indoor Tagging.

datendelphin commented 2 years ago

Indoor navigation is usually a very small graph, So it could be done client side. For OSRM you would need a way to route across areas. There is for example plazaroute https://github.com/PlazaRoute/plazaroute/tree/master/plaza_preprocessing which can preprocess OSM data to include the edges, such that OSRM can be used afterwards.

github-actions[bot] commented 2 months ago

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.