Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSRM API for routes #99

Merged
merged 12 commits into from
Apr 4, 2024
Merged

OSRM API for routes #99

merged 12 commits into from
Apr 4, 2024

Conversation

azarz
Copy link
Member

@azarz azarz commented Feb 15, 2024

ADDS:

  • New route for routing requests, using the OSRM HTTP API http://project-osrm.org/docs/v5.5.1/api/#general-options
    • Request schema is : /osrm/{resource_name}/{profile}/{optimization}/route/v1/_/{coords1};{coords2};....;{coords_n}?get=parameters&...
    • Responses follow the OSRM HTTP API specification (not for error. It will come later)

@lgrd lgrd self-assigned this Feb 15, 2024
@lgrd lgrd marked this pull request as draft February 15, 2024 10:54
lgrd and others added 11 commits April 4, 2024 10:38
…rameters, and ignored when not. OSRM controller's writeRouteResponse is being implemnted, but it will need modifications of RouteResponse class.
…. Slight edition of routeResponse and osrmSource classes to do so.
TODO :
* complete logging and varible check
* test the code
* check result to see if every property is valid and exact.
* adapt getcapabilities to OSRM API capabilities.
@lgrd lgrd marked this pull request as ready for review April 4, 2024 12:26
@lgrd lgrd merged commit a0c9483 into develop Apr 4, 2024
3 checks passed
@lgrd lgrd deleted the feat/native_motors_api branch April 4, 2024 14:44
lgrd added a commit that referenced this pull request Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants