I am trying to find an implementation of the D* (lite) algorithm for the ROS move_base package.
So far I could only find 2:
https://github.com/Botao-Hu/Dstar-lite-on-ROS-Turtlebot - Even if the pdf states that they used it the code for the planning just creates a straight line.
https://github.com/Intermodalics/srl_dstar_lite - Does not work, console output: NO PATH FOUND FROM THE D* Lite PLANNER
Can you suggest me any code?
I am using ROS Melodic on Ubuntu 18.04 with Gazebo9 and Turtlebot3
Thanks in Advance