Releases: automatika-robotics/kompass-core
Releases · automatika-robotics/kompass-core
0.4.0
0.3.0
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
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
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.