-
| Level | Error(s) | Approach |
| :--------------------…
-
When doing bidirectional search, if either of the search direction exhausts itself, it causes the the router to prematurely abort with a no-route error.
Eg: consider this simple map:
```
A---B---…
-
I'm running both the apoc Dijkstra and apoc A* algorithm on openstreetmap UK data. Dijkstra seems to be working correctly but A* is bring back a weird result. It does the same when using the Neo4j web…
-
**Is your feature request related to a problem? Please describe.**
Having a property spatially distributed over `GridSpace` is trivial, but not so much with `ContinuousSpace` (such as in #519). This …
-
Please run performance tests on cycling routes (and likely pedestrian as well) when changing bidirectional_astar.
Within the last month I have noted a somewhat large drop in performance of a long b…
-
Automatically syncronize with transifex
To be able to continue, as I do not know docbook,
I need to know how the pot files in transifex are currently generated.
This I already tried xml2po is …
-
Hi guys,
Recently when I used networkx library to build a undirected graph, and then used astar to search for the shortest path, I found that if I switch the start and the end point, astar_path wil…
-
I am trying to enforce absolute zone restrictions in my routing. Valhalla is perfect and seems to be, as far as I know, the only open source toolbox that provides this. But with some experimentation I…
-
## Bug report
**Required Info:**
- Operating System:
- Ubuntu 20.04
- ROS2 Version:
- Foxy
- Version or commit hash:
- Latest of foxy-devel branch(2nd July 2021)
- DDS implementation…
-
# Goal
We want to make the transit routing in OTP faster and at the same time better by changing from the existing A* (AStar) to a Raptor based algorithm. We want to keep all existing features or rep…