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 there, I'll start by saying that I am a complete newbie when it comes to Docker, etc. I'm trying to use an OSRM Docker container to calculate the cost...

question
Stale

- Update flatbuffers to the latest version - Use `./scripts/update_dependencies.sh` for it - Move flatbuffers generated files out of `include` directory: this way we do not check it with clang-tidy...

Hello OSRM Team, I am testing the routing capabilities of your OSRM engine and have encountered an issue. I am unable to find a route for the following parameters: Source:...

question
Stale

I was impatient and canceled a few time thinking something was wrong and not working. This might help someone who wanted to quickly try out the docker.

Stale

Investigating a routing issue I discovered that the node in question (431495501) was described thus: barrier=fence sensory=audio ------------------------------ (I have also seen sensory=audible) In Australia we have audible fences that...

Bug Report

We had to disable running unit tests on Windows in [this PR](https://github.com/Project-OSRM/osrm-backend/pull/6930). MSVC goes out of memory when trying to build tests: ``` 2024-06-08T09:06:17.5884670Z D:\a\osrm-backend\osrm-backend\unit_tests\library\route.cpp(128,49): error C1060: compiler is out...

CI

for the foot profile we currently route along the edges of amenity=parking, even when there is no highway tag: https://github.com/Project-OSRM/osrm-backend/blob/master/features/foot/area.feature#L67 is this correct, or should we instead rely only on...

Profile

Hi, This would be great to add a -o --output parameter in osrm-extract to specify the path of the output file. Typical use case is to divert a single osm/pbf...

Feature Request
Starter Task

Right now the `GraphCompressor` is a serial algorithm. The reason for this is that it is not trivial to find a set a of nodes that won't cause conflicts when...

Performance

Implementing alternatives on mld (https://github.com/Project-OSRM/osrm-backend/issues/3905, https://github.com/Project-OSRM/osrm-backend/pull/4047) I used a couple of local stdlib containers which all use the global allocator to grow their internal capacity. Other routing algorithms do the...

Feature Request
Performance