Kissicp Versions Save

A LiDAR odometry pipeline that just works

v0.4.0

2 months ago

⚠️IMPORTANT ROS 1 is no longer supported ⚠️

What's Changed

Full Changelog: https://github.com/PRBonn/kiss-icp/compare/v0.3.0...v0.4.0

v0.3.0

2 months ago

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

What's Changed

New Contributors

Full Changelog: https://github.com/PRBonn/kiss-icp/compare/v0.2.10...v0.3.0

v0.2.10

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/PRBonn/kiss-icp/compare/v0.2.9...v0.2.10

v0.2.9

1 year ago

This release drastically reduces the wheel size of the python packages

What's Changed

New Contributors

Full Changelog: https://github.com/PRBonn/kiss-icp/compare/v0.2.8...v0.2.9

v0.2.8

1 year ago

What's Changed

Full Changelog: https://github.com/PRBonn/kiss-icp/compare/v0.2.6...v0.2.8

v0.2.7

1 year ago

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

v0.2.6

1 year ago

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: https://github.com/PRBonn/kiss-icp/compare/v0.2.5...v0.2.6

v0.2.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/PRBonn/kiss-icp/compare/v0.2.3...v0.2.5

v0.2.3

1 year ago

No real code changed

v0.2.2

1 year ago