-
Hi there,
I'm not at the level to fully understand this by reading the code. Is there any chance a quick overview of the code and what it's doing? Maybe even just dialog as you browse over the re…
-
In version 2.0 of osm2pgrouting length was not calculated in m, but rather in degrees, so I used this query to fix this:
UPDATE public.ways
SET
length= ST_Length(the_geom::geography),
reverse_cost…
-
Hi really thank you sharing this project. I have a problem trying to run the drone_astar_3d_re.py in a forest enviroment. The drone is not moving and the task ends. I am editing the .csv file with my …
-
Hello,everyone!
when I tried to run the trajectory_smoother in the open space planner,I found that sometimes Hybrid A * path optimized by distance approach is the collision path,Is this an inheren…
-
I use Jumper, astar, for river generation and it uses way too much memory. I was wondering if its possible if you could do some internal optimization for memory. Some suggestions are allowing the user…
-
The function jump of Yonaba'y JPS contains some errors when allowDiagonal is false. It will then not jump at all.
-
Intermittently, the AI will start to lag and just completely die. This is visible on the debug path being rendered because the path's yellow line begins to move unexpectedly even after the snake has d…
-
https://alpacahack.com/challenges/cake-puzzle
-
#### Current Behaviour
bb factor and A* are constant across nets.
#### Proposed Behaviour/Solution
bb factor and A* variable vary based on slack. If the nets along the path meet timing, the …
-
I saw this on the Todo list:
> The astar heuristic & cost functions need another pass. They don't always produce the shortest path. Implement incomplete funneling while building the astar path?
…