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

# Feature Just want to say thx for this nice project, at the same time if it is possible to add **gRPC** would be greate. Currently working on POC project...

Feature Request

Hi, I'm just starting out with R and also with OSRM... I installed OSRM in a Docker, to be able to send requests larger than the 10,000 allowed. It worked...but...

question
Stale

How could I build libosrm for Android? Or what shoud I do to start ?

# Issue Hi, I believe that fallback speed is using the wrong units. Specifically, if I take the distance in meters from the response and divide by the duration in...

Bug Report

Thanks for the great work, I just wonder if it compiles using alpinelinux

:) Benchmark Results | Benchmark | Base | PR | |-----------|------|----| | alias | aliased u32: 1151.01plain u32: 1155.63aliased double: 1199.74plain double: 1200.37 | aliased u32: 1096.92plain u32: 1066aliased double:...

# Issue When working with the "truck-soft" profile I noticed that even when I changed the profile to have a truck go really slow on motorways, this would often not...

Bug Report

Well, after a lot of attempts to make benchmarks stable when running GitHub-hosted runners I gave up and configured self-hosted runner which works on Raspberry Pi 5 right on my...

Hi team,I think angle is an important factor in map matching, how can I use it in osrm. I found transition_probability only rely on ` const auto d_t = std::abs(network_distance...

question
Stale