Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.33k stars 3.34k forks source link

Questions about map matching #6844

Open chatop2020 opened 5 months ago

chatop2020 commented 5 months ago

I use the map matching service to match the coordinates of the GPS to match and correct it. The matching service played a role in this process, but it is not complete

Because the accuracy of the GPS device is not high, when drawing the GPS coordinate point on the map, it often falls on the wrong lane, so the Map Match service of OSRM is used, but the effect cannot be satisfied.

How can I make the vehicle trajectory finally on the same road. I checked the relevant wiki and parameter descriptions. There is no request to pass the driving direction parameters. Is there no enough parameter to support OSRM for accurate judgment? WX20240410-163121@2x

coachaac commented 6 days ago

did you try to provide bearings ?