osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Open Source Routing Machine - C++ backend

Results 434 osrm-backend issues
Sort by recently updated
recently updated
newest added

Hi When trying to connect two dots together OSM create a completely different path than the requested one (a much longer path than the original one). I can't understand where...

question

I try fix a bug caused by support OSM traffic signal directions. With mjjbell's help, I learned a lot. I hope to get @mjjbell help and support. # Issue https://github.com/Project-OSRM/osrm-backend/pull/6153#issuecomment-1763937197...

# Feature I know that fallback_speed exists for table requests (though possibly a little [buggy](https://github.com/Project-OSRM/osrm-backend/issues/6584)) in order to use straight-line distances for between points where a route does not exist....

Feature Request

Hi, In car profile we currently dont support multi-value access values e.g. "forrestry;agricultural" which causes OSRM to use all those roads instead of making them inaccessible. This is caused by...

Bug Report

Hi, currently in car profile **barrier=gate** and **barrier=lift_gate** are per-se whitelisted which means one can not use access tag on that note. These 2 types of barriers should be processed...

Bug Report

How can I add tolls to navigation when a toll is on the way. ![image](https://github.com/Project-OSRM/osrm-backend/assets/80807292/fb74b4d4-96d7-45f3-81a3-df19e1c481f7)

question
Stale

# Issue I installed osrm-backend v5.28.0 on my Raspberry Pi 4 running Debian Bullseye in the 64 bit version. So in theory, the system should be able to deal with...

Bug Report

Hello, my team and I are using OSRM in combiniation with VROOM to calcuate trips for public transport. We are running into an issue where the calculated route contains a...

question
Stale

I'm working on a personal project to develop a green-corridor for ambulances. The application would be able to give the most optimized route for the ambulance to get to the...

question

I am using a routing optimizing machine called VROOM My architecture is like the following Where i have osrm installed using docker and Vroom runs over it helping in processing...

question