Skip to content

Releases: robotics-upo/Heuristic_path_planners

Version 0.3.0

06 Oct 15:07
Compare
Choose a tag to compare

This release have a lot of new features. Currently there are 9 algorithms implemented:

  • A*, Theta*, LazyTheta*
  • A*, Theta*, LazyTheta* with safety costs
  • Cost Aware A*, Theta*, LazyTheta*

Code has been cleaned a lot. Scripts for testing purposes have been also added. The attached debian has no debug features included. To use the debug features you should download the source code and compile it with CMakeLists Debug options.

v0.1.0

22 Jun 09:58
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the first stable release of the package allowing the user choose between 3 algorithms:

  • A*
  • Theta*
  • LazyTheta*

Please see the README for the details about installation and usage.