karlkurzer / path_planner

Hybrid A* Path Planner for the KTH Research Concept Vehicle
http://karlkurzer.github.io/path_planner/
BSD 3-Clause "New" or "Revised" License
1.49k stars 526 forks source link

Dynamic Planner Empty Path #42

Closed bektaskemal closed 1 year ago

bektaskemal commented 3 years ago

I would like to do dynamic planning which uses online generated map. I am generating map using gmapping and set manual false. But I get empty path as result. Any idea on what is wrong? Could you please an example(launch file etc.) for dynamic case?

Edit: I made it work. But it doesn't work when map origin is not (0,0).

moritzkuhl commented 2 years ago

How did you get your dynamic occupancy grid map to have the location (0,0)? currently the position of my dynamic occupancy grid map seems to be -2.5, -1,0.

What i have done so far to make this algorithm work for dynamic occupancy grid maps:

The node seems to crash after the roslaunch.

Any tips???