Git Product home page Git Product logo

robotics-d-star-lite's Introduction

D* Lite (D Star Lite)

D* Lite is an incremental heuristic search algorithm by Sven Koenig and Maxim Likhachev that builds on LPA*, an incremental heuristic search algorithm that combines ideas of A* and Dynamic SWSF-FP.

Wikipedia

Requirements

If you plan on building the code yourself, you will need the following:

  • VC++ or GCC
  • FLTK 1.3

Structure

 bin/

Contains pre-built binary files to run on both Windows and Linux machines.

 ide/

Contains the project files for Visual Studio 2010 (Windows) and Eclipse (Linux).

 src/

Contains the source files of the project. The actual implementation of the D* Lite algorithm can be found in planner.h and planner.cpp (based on "Improved Fast Replanning for Robot Navigation in Unknown Terrain" by Sven Koenig and Maxim Likhachev - Figure 6: D* Lite: Final Version (optimized verion)).

Usage

alt text

Maps

The "maps" used for this project are grayscale bitmaps. The darker the pixel the more it costs to traverse it. Black pixels (RGB 0 0 0) are considered "unwalkable" while white pixels (RGB 255 255 255) cost "1". Pixel colors in between vary in value.

Execution

 d-star-lite.exe "Simulator 1" "../maps/map-03-real.bmp" "../maps/map-03-robot.bmp" 0 0 249 249 30

To run the program, the following arguments must be passed via command line.

  • [char*] Name of the window.
  • [char*] Location of the real map.
  • [char*] Location of the robot map.
  • [int] Start x-coordinate.
  • [int] Start y-coordinate.
  • [int] Goal x-coordinate.
  • [int] Goal y-coordinate.
  • [int] Scanner radius.

References

Koenig, S and Likhachev, M. Improved Fast Replanning for Robot Navigation in Unknown Terrain. Atlanta : Georgia Institute of Technology, 2002.

robotics-d-star-lite's People

Contributors

azampagl avatar

Watchers

James Cloos avatar hux062303 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.