Skip to content

Releases: PRBonn/kiss-icp

v1.0.0

25 Jul 12:08
345d0b4
Compare
Choose a tag to compare

Major changes in the C++ and Python API, and ROS wrapper

What's Changed

New Contributors

Full Changelog: v0.4.0...v1.0.0

v0.4.0 - Drop ROS 1 support

29 Feb 09:38
c6224a1
Compare
Choose a tag to compare

⚠️IMPORTANT ROS 1 is no longer supported ⚠️

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - Last ROS 1 support

22 Feb 16:42
460c6f2
Compare
Choose a tag to compare

⚠️IMPORTANT This is the last release that supports ROS 1 ⚠️

What's Changed

New Contributors

Full Changelog: v0.2.10...v0.3.0

Fix new Pydantic breaking changes

05 Jul 21:05
eab52a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.9...v0.2.10

Add M1/M2 Apple Silicon Python support

12 Apr 19:14
Compare
Choose a tag to compare

This release drastically reduces the wheel size of the python packages

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8: Add jumpable dataloaders

11 Apr 15:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.8

Hotfix

07 Apr 16:09
Compare
Choose a tag to compare

Creating this release to replace the package in the python pypi.org repo

Improve rosbag support

07 Apr 13:16
Compare
Choose a tag to compare

What's Changed

This PR brings all the power of kiss-icp to NON-ROS environments. An example (tested) is a macOS on a M2 chip. Since we can't natively install ROS1 or ROS2, relying on such tools forbids the use of the pipeline for simple rosbags. Therefore, building on top of the rosbags library, we now support loading ROS1/ROS2 and .mcap files on any target system.

This PR can be considered a continuation of #75.

Other changes:

  • Better guessing of user intentions: kiss_icp_pipeline <path-to-any-ros-related-bag-or-dir> now works. With bagfiles, ROS2 databases, multiple bagfiles, etc. No need to select the topic beforehand, we will guess or guide you through it
  • Improve error msgs in case the topic is wrongly specified
  • ROS 1 / ROS 2 dataloaders merged into one unique one
  • Support to read the directory if the user specifies the metadata.yaml file
  • Support for multiple .bag files inside on unqiue directory. Finally!
  • Merge "a bit" the mcap and ros dataloadres
  • Improve help message
  • rosbags is now. a hard dependency for any ROS related pipeline. Before, we had the option to avoid installing it and using the native ROS 1 support. Since this is such a tiny library, it doesn't hurt to do this

Full Changelog: v0.2.5...v0.2.6

Use official oneAPI/TBB

06 Apr 17:36
1fc4ce8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.5

Add github actions

26 Mar 09:19
Compare
Choose a tag to compare

No real code changed