srl_dstar_lite is a ROS move_base package that implements D* Lite. The latter is a common motion planning algorithm that deals with unexpected obstacles and quickly react to dynamic world's changes.
The package is a global_planner plug-in for move_base. It adhers to the specifics of nav_core::BaseGlobalPlanner, please check for further details on move_base refer to http://wiki.ros.org/move_base.
Clone the package into you catkin workspace
cd [workspace]/src
git clone https://github.com/laujinseoi/srl_dstar_lite.git
cd ../
catkin_make
or catkin build
Any contribution to the software is welcome. Contact the current developers for any info: