Skip to content

fix ouster dataloader#495

Merged
saurabh1002 merged 1 commit into
mainfrom
fix_ouster_dataloader
May 4, 2026
Merged

fix ouster dataloader#495
saurabh1002 merged 1 commit into
mainfrom
fix_ouster_dataloader

Conversation

@saurabh1002

Copy link
Copy Markdown
Contributor

This pull request updates the Ouster SDK integration in the kiss_icp dataset loader to support the latest API changes and ensures compatibility with newer versions. The most important changes are:

Ouster SDK API updates:

  • Updated imports in python/kiss_icp/datasets/ouster.py to use core instead of client from the ouster.sdk package, reflecting upstream changes in the SDK API.
  • Updated references to client classes and methods to use their new locations under core (e.g., core.client, core.XYZLut) in python/kiss_icp/datasets/ouster.py.

Dependency version bump:

  • Increased the minimum required version of ouster-sdk from 0.11 to 0.15.0 in python/pyproject.toml to ensure compatibility with the new API usage.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the kiss_icp Ouster dataset loader to match Ouster SDK API changes and bumps the optional ouster-sdk dependency floor to a newer compatible version.

Changes:

  • Bump ouster-sdk optional dependency from >=0.11 to >=0.15.0.
  • Update python/kiss_icp/datasets/ouster.py to import ouster.sdk.core and reference core.client / core.XYZLut instead of ouster.sdk.client.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
python/pyproject.toml Raises minimum ouster-sdk version in optional all extra to align with updated loader usage.
python/kiss_icp/datasets/ouster.py Adjusts Ouster SDK imports and symbols to newer API locations.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread python/kiss_icp/datasets/ouster.py
Comment thread python/kiss_icp/datasets/ouster.py

@mehermvr mehermvr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@saurabh1002 saurabh1002 merged commit 1ffa7d7 into main May 4, 2026
33 checks passed
@saurabh1002 saurabh1002 deleted the fix_ouster_dataloader branch May 4, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants