Skip to content

Path finder (C++) with a variety of implemented algorithms such as: Kalman, Particle, A-Star & Bayes.

License

BSD-2-Clause, GPL-3.0 licenses found

Licenses found

BSD-2-Clause
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

TBeeren/PathFinder-Algorithms

Path Finder - Algorithms

The PathFinder application is a C ++ app made on top of wxWidgets and Boost. It has been built and tested on Linux (Ubuntu 18.04) with cmake. A number of algorithms have been implemented in the system to find a path. These can be selected in the UI to get a visual picture of how the algorithm works.


Pre-conditions / Downloads

The following artifacts / tools are used by and included in the extension as-is:


Build

  • Clone the files from the repo to a folder on your OS.
  • Navigate in the folder where all files are cloned and execute: './autogen.sh' here.
  • run the command: "mkdir build".
  • Then navigate to the build directory using: 'cd build /'
  • Run the command: "../configure --with-cxx = 17".
  • Build the application using: "make -j4"
  • The program can be started using the command: './src/robotworld'

About

Path finder (C++) with a variety of implemented algorithms such as: Kalman, Particle, A-Star & Bayes.

Resources

License

BSD-2-Clause, GPL-3.0 licenses found

Licenses found

BSD-2-Clause
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published