osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
Greetings, I am trying to make a routing calculation but for some business reason, the path that is taken while calling OSRM is not the preferred path. Is there a...
Speed and rate are [both rounded to one decimal place](https://github.com/Project-OSRM/osrm-backend/blob/master/src/engine/plugins/tile.cpp#L499) in vector tiles. Particularly for rate this is causing me an issue, since the rates internally are represented in weight...
We updated to clang-tidy 18 in https://github.com/Project-OSRM/osrm-backend/pull/6919/files and disabled some of newly introduced warnings. This issue is to track progress on fixing them: - [ ] bugprone-chained-comparison - [ ]...
I am currently working on customized speed profiles for an OSRM-based routing engine. I did that by adjusting the speed values for the different OSM highway types in the car.lua...
hello, @mjjbell @SiarheiFedartsou How do I get the number of traffic lights on the route? Do I need to do it in _**osrm-extract**_? Or is it handled in **_osrm-routed_**?
Benchmark Results | Benchmark | Base | PR | |-----------|------|----| | alias | aliased u32: 1093.43plain u32: 1098.18aliased double: 958.18plain double: 953.895 | aliased u32: 1156.26plain u32: 1141.77aliased double: 1186.31plain...
Hi, I know this is not possible right now, so i want to know, if there is an easy way, to get this in somehow. Sometimes people just want to...
Hi! I got bad gps track in which there a lot of points, but actually they are almost the same and there are 3 different points. So, there are jumps...
i have some osm file and i build one of them and start a osrm-routed service and i got some nodes from a route request , and the result seems...
# **Issue** I'm using node_osrm on Windows and I'm facing an issue when trying to use files generated on a Linux machine, I'm getting the following error: **[Error: NoSegment]**. Note...