Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KISS-ICP backwards compatibility #581

Open
luccosta opened this issue Feb 28, 2024 · 2 comments
Open

KISS-ICP backwards compatibility #581

luccosta opened this issue Feb 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@luccosta
Copy link

Bug description
Using pip to install ouster-sdk install a version of KISS-ICP that has backwards compatibility problems.

1 validation error for KISSConfig config_file

Checking the version:

> kiss_icp_pipeline --version
KISS-ICP Version: 0.3.0

Using KISS-ICP Version 0.2.10 it worked for me.

To Reproduce
Steps to reproduce the behavior (steps below are just an example):

  1. Install with pip
  2. Run SLAM on a PCAP file
@luccosta luccosta added the bug Something isn't working label Feb 28, 2024
@rvenky125
Copy link

How can I install specific kiss-icp version

@twslankard twslankard self-assigned this Mar 12, 2024
@twslankard
Copy link
Collaborator

@luccosta @rvenky125

The kiss-icp project changed their config API somewhat. We'll be addressing this in our next release (target date is end of March.)

In the meantime, see if you can fix the problem by installing the compatible version of kiss-icp:

pip install --force-reinstall -v "kiss-icp==0.2.10"

Regards,
Tom

Staff Engineer
Ouster Inc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants