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

OSRM avoiding the barrerier It set to foot, yes ![image](https://github.com/user-attachments/assets/929a6574-c4b8-47a7-bbb4-fc30fdde873c) ![image](https://github.com/user-attachments/assets/6feb1396-90e1-472a-8a25-4227fbd76587) ![image](https://github.com/user-attachments/assets/2002eac4-6222-49d8-bd1d-c0e0df065cd7) https://www.openstreetmap.org/directions?engine=graphhopper_foot&route=46.5308%2C22.7005%3B46.5303%2C22.7023#map=19/46.53062/22.70148 Start 46.53083, 22.70050 End 46.53031, 22.70232

Bug Report

## Issue Currently, candidate selection in map matching allows uturn insertion based on turn angles from one trace coordinate to the next, though the Viterbi model acting on the candidates...

Feature Request

Benchmark Results | Benchmark | Base | PR | |-----------|------|----| | alias | aliased u32: 1157.69plain u32: 1143.3aliased double: 1208.86plain double: 1194.26 | aliased u32: 1106.07plain u32: 1098.67aliased double: 964.023plain...

OSRM [routes](https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=59.3230%2C8.4735%3B59.3169%2C8.4794#map=16/59.3195/8.4737&layers=N) through this [road segment](https://www.openstreetmap.org/way/1163843369) that has a max axle load of 0.8 tonnes, which I don't think would fit any normal car today? https://wiki.openstreetmap.org/wiki/Key%3Amaxaxleload Maybe the default should...

Feature Request

Benchmark Results | Benchmark | Base | PR | |-----------|------|----| | alias | aliased u32: 1092.55plain u32: 1097.59aliased double: 952.053plain double: 965.074 | aliased u32: 1094.14plain u32: 1091.07aliased double: 959.891plain...

Benchmark Results | Benchmark | Base | PR | |-----------|------|----| | alias | aliased u32: 1155.5plain u32: 1143.43aliased double: 1259.59plain double: 1278 | aliased u32: 1210.63plain u32: 1176.24aliased double: 1264.12plain...

Hello I want to know is it possible to send the difference of live traffic data (csv) in each cycle when I want to update the graph speeds? Currently I...

question

# Issue - Simplify CMakeLists.txt - Remove outdated policies not required for building - Always build tools and routed - remove dead source file glob - don't install header files...

As I saw in #5105 and some other issues, It seems the traffic update is supported with MLD algorithm too. However, nothing is mentioned in the [wiki/Traffic](https://github.com/Project-OSRM/osrm-backend/wiki/Traffic). I'd appreciate if...

# Issue I am trying to use traffic updates (csv file) to set the speed of a road to zero to indicate that this road is blocked and should not...

Bug Report