osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
# 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...
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...
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...
musl-c
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:...
Let's bump them...
# 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...
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...