Ainur T
Ainur T
you can run `vroom` binary locally, without relying on crappy vroom-express api ``` class VroomException(Exception): pass def solve(problem: vroom_problem.Definition, search_time_limit_ms: int = None) -> vroom_solution.Solution: cmd = ['vroom'] if search_time_limit_ms...
And you also can add your own time/distance matrix like here, otherwise you'll have to bother with proper router configuration https://github.com/VROOM-Project/vroom-scripts/blob/2bd8337dacd18c9773c458559a381ce300d4fb13/src/utils/matrix.py#L33
This is exactly what I need! I've created PR adding kwargs support for osrm https://github.com/gis-ops/routing-py/pull/49
Please help to review https://github.com/gis-ops/routing-py/pull/59
If i lint “COMMIT” linter will fail, but works ok with BEGIN statement
Hello! Could you please use poeditor.com project and make changes there?
@dependabot rebase
Hello, if you click Permit join button it will open join only on coordinator
If I send 0x0000 as target will it enable joint only on coordinator? @Koenkk
Should be good now, can you try on latest dev? @drjjr2