Skip to content

Releases: automatika-robotics/kompass-core

0.4.0

27 Dec 16:57
Compare
Choose a tag to compare

Synopsis

  • This release adds a Vision Follower controller. For more details checkout the documentation for Kompass here.

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

25 Nov 18:33
Compare
Choose a tag to compare

Synopsis

This release of Kompass Core adds major optimization updates.

  • Local mapper has been moved to kompass_cpp and runs in parallel execution
  • DWA (trajectory sampling and evaluation) run multithreaded parallel execution
  • Other minor improvements and bug fixes

What's Changed

0.2.2

06 Nov 21:42
Compare
Choose a tag to compare

Synopsis

This release adds an automated CI pipeline. Kompass core pre-built wheels for both x86 and aarch64 architectures are now made available on Pypi and can be conveniently installed with the following command on any linux machine:

pip install kompass-core

There are also minor refactors and bug fixes.

What's Changed

0.1.1

25 Oct 09:10
Compare
Choose a tag to compare

Synopsis

Adds additional methods to manipulate LaserScan data and to select the path interpolation type used in a controller. Updates path interpolation to interpolate a full path using multiple splines to solve the issue of interpolating circular paths.

What's Changed

  • (feature) Laserscan and interpolation methods by @mkabtoul in #22

0.1.0

01 Oct 05:42
Compare
Choose a tag to compare

Synopsis

First release of kompass-core, a motion planning and control package for robot navigation. It provides C++ optimized implementations for core algorithms along with Python wrappers.