Dstar Lite icon

Dstar Lite For Linux

2.7/5 18
GPL v3    

Dstar Lite is a C implementation of the D* Lite algorithm as explained in [Koenig, 2002].. #C implementation  #D* Lite algorithm  #Computation library  #C  #Library  #Algorithm  

Description

Free Download

Dstar Lite is a C implementation of the D* Lite algorithm as explained in [Koenig, 2002].

There are a few minor modifications to this code to improve computation time and path distance. This is a very simple piece of software and should take very little time to understand and integrate.

[q/Q] - Quit [r/R] - Replan [a/A] - Toggle Auto Replan [c/C] - Clear (restart) left mouse click - make cell untraversable (cost -1) middle mouse click - move goal to cell right mouse click - move start to cell

The cell colors are as follows:

Red - untraversable Green - traversable but with changed cost Red/Green with small purple square - The cell is on the openList Yellow - start cell Purple - goal cell

Here is a simple working test program that uses the Dstar class:

#include "Dstar.h"

int main() { Dstar *dstar = new Dstar(); list mypath;

dstar->init(0,0,10,5); // set start to (0,0) and goal to (10,5) dstar->updateCell(3,4,-1); // set cell (3,4) to be non traversable dstar->updateCell(2,2,42.432); // set set (2,2) to have cost 42.432

dstar->replan(); // plan a path mypath = dstar->getPath(); // retrieve path

dstar->updateStart(10,2); // move start to (10,2) dstar->replan(); // plan a path mypath = dstar->getPath(); // retrieve path

dstar->updateGoal(0,1); // move goal to (0,1) dstar->replan(); // plan a path mypath = dstar->getPath(); // retrieve path

return 0; }

Dstar Lite 1.0

add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  3 screenshots:
Dstar Lite - screenshot #1Dstar Lite - screenshot #2Dstar Lite - screenshot #3
  main category:
Science and Engineering
  developer:
  visit homepage

Context Menu Manager 3.3.3.1

Customize Windows’ original right-click context menu using this free, portable and open-source utility meant to enhance your workflow
Context Menu Manager

IrfanView 4.67

With support for a long list of plugins, this minimalistic utility helps you view images, as well as edit and convert them using a built-in batch mode
IrfanView

Zoom Client 6.0.3.37634

The official desktop client for Zoom, the popular video conferencing and collaboration tool used by millions of people worldwide
Zoom Client

Bitdefender Antivirus Free 27.0.35.146

Feather-light and free antivirus solution from renowned developer that keeps the PC protected at all times from malware without requiring user configuration
Bitdefender Antivirus Free

7-Zip 23.01 / 24.04 Beta

An intuitive application with a very good compression ratio that can help you not only create and extract archives, but also test them for errors
7-Zip

Microsoft Teams 24060.3102.2733.5911 Home / 1.7.00.7956 Work

Effortlessly chat, collaborate on projects, and transfer files within a business-like environment by employing this Microsoft-vetted application
Microsoft Teams

4k Video Downloader 1.5.3.0080 Plus / 4.30.0.5655

Export your favorite YouTube videos and playlists with this intuitive, lightweight program, built to facilitate downloading clips from the popular website
4k Video Downloader

Windows Sandbox Launcher 1.0.0

Set up the Windows Sandbox parameters to your specific requirements, with this dedicated launcher that features advanced parametrization
Windows Sandbox Launcher

calibre 7.9.0

Effortlessly keep your e-book library thoroughly organized with the help of the numerous features offered by this efficient and capable manager
calibre

ShareX 16.0.1

Capture your screen, create GIFs, and record videos through this versatile solution that includes various other amenities: an OCR scanner, image uploader, URL shortener, and much more
ShareX

% discount
Windows Sandbox Launcher
  • Windows Sandbox Launcher
  • calibre
  • ShareX
  • Context Menu Manager
  • IrfanView
  • Zoom Client
  • Bitdefender Antivirus Free
  • 7-Zip
  • Microsoft Teams
  • 4k Video Downloader
essentials


User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy