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

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...

question
Stale

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...

question
Stale

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 - [ ]...

CI

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...

question
Stale

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_**?

question
Stale

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...

Stale

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...

question
Stale

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...

question
Stale

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...

question
Stale

# **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...

Stale