• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Dstar Lite Download

Dstar Lite

November 13, 2007
Dstar Lite is a software program that implements the D* Lite algorithm, based on the work of Koenig in 2002. It is written in the C programming language.
Version 1.0
License GPL v3
Platform Linux
Supported Languages English
Homepage www.cs.ualberta.ca
Developed by James Neufeld
Dstar Lite is a software implementation of the D* Lite algorithm, as explained in [Koenig, 2002]. With a few modifications, this code has been optimized to improve computation time and path distance. This straightforward piece of software is easy to comprehend and integrate into your own code.

The program comes with several commands for easy navigation: [q/Q] to quit, [r/R] to replan, [a/A] to toggle the auto-replan feature, [c/C] to clear or restart, and left, middle, and right mouse clicks for various actions such as making a cell untraversable, moving the goal or start to a specific cell, and more.

In terms of visualization, the cell colors include red for untraversable cells, green for traversable cells, red/green with a small purple square for cells on the openList, yellow for the start cell, and purple for the goal cell.

Using Dstar Lite in your own source code is quite simple. The following code can be used as a basic test program that utilizes 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;
}
```

Overall, Dstar Lite offers a streamlined and efficient way to utilize the D* Lite algorithm in your software projects.
What's New

Version 1.0: N/A

Free Download 9K
298
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    152
  2. Dvgrab 3.4
    95
  3. DynVPN 1.0
    86
  4. CherryTV 0.1
    82
  5. SlideMap 1.2.2
    73
  6. porm r2
    68
  7. fuseftp 0.8
    67
  8. K!rash 1.0
    67
  9. Swiftfox 3.0b5pre-2
    66
  10. Free Orion 0.3.13
    66

Related Downloads

Xfce 4 Xkb Plugin
Xfce 4 Xkb Plugin shows the existing keyboard layout and updates automatically ...
slowarj
Slowarj offers a language dictionary and rehearsal tool that can be used ...
Spout
Spout is a minimalistic game program that promotes exploration of caves and ...
SooperLooper
SooperLooper is a live looping sampler software that enables instant looping, overlaying, ...
PdfRipImage_script
Extract images from PDF documents with PdfRipImage, a user-friendly utility.
Kronolith H3
Kronolith is a Horde calendar app that helps users manage their schedules ...
Tk::Workspace
A versatile and durable text processing software suitable for multiple applications.
Fedora 10 Re-Spin
Fedora 10 Re-Spins was released on February 10th, 2009. It is a ...
GroundWork Foundation
GroundWork Foundation, a Java-based software, offers network management functions as well as ...
phpMyAdmin Timeout Preventer
phpMyAdmin Timeout Preventer is a Firefox extension that refreshes all currently open ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.