Skip to content

Add cloudini integration and streamline README quickstart#98

Merged
shouhengyi merged 3 commits intostagefrom
cloudini_integration
Mar 10, 2026
Merged

Add cloudini integration and streamline README quickstart#98
shouhengyi merged 3 commits intostagefrom
cloudini_integration

Conversation

@arunvenkatadri
Copy link
Collaborator

Summary

  • Integrates cloudini pointcloud compression into the data pipeline as a new DecodePointCloudTask
  • Three opt-out mechanisms: don't install deps, per-task YAML flag (cloudini: false), or global CLOUDINI_ENABLED=false setting (default is enabled to encourage lidar compression)
  • Streamlines README quickstart into a clear 3-step flow with service table and a just paste the repo link tip for Claude Code users
  • Adds documentation at doc/runbooks/cloudini.md
  • 11 unit tests, all passing

Test plan

  • ruff check passes on all source and test files
  • All 32 locally runnable tests pass
  • Docker build succeeds for ros2-kilted
  • Opt-out mechanisms verified: missing package, YAML flag, global setting

arunvenkatadri and others added 3 commits March 9, 2026 16:42
Integrates cloudini (https://github.com/facontidavide/cloudini) as a pipeline
task that decodes CompressedPointCloud2 messages from MCAP topics. Includes
three opt-out mechanisms: skip if dependencies not installed, per-task YAML
flag, and global CLOUDINI_ENABLED setting (default true).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tcut

Consolidated the quickstart into a clear 3-step flow with an inline service
table, direct claude mcp add command, and a tip for Claude Code users to
just paste the repo link and specify their environment.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds Cloudini pointcloud decoding support to the pipeline system and updates docs to make getting started and opting out straightforward.

Changes:

  • Introduces DecodePointCloudTask to decode Cloudini-compressed pointcloud topics and write CSV/NPZ outputs with opt-out controls.
  • Adds a vendored Cloudini WASM decoder plus new settings and dependency-group wiring (cloudini).
  • Updates README quickstart and adds a dedicated Cloudini runbook with configuration guidance.

Reviewed changes

Copilot reviewed 7 out of 13 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
uv.lock Adds the cloudini dependency group metadata and locks wasmtime artifacts.
pyproject.toml Adds cloudini dependency group; excludes vendored decoder from Ruff.
settings.py Adds global Cloudini enable flag and default resolution setting.
src/pipeline/tasks/cloudini/decode_pointcloud.py New pipeline task implementation for decoding and writing pointcloud outputs.
src/pipeline/tasks/cloudini/vendor/cloudini_decoder.py Vendored WASM-based decoder implementation used by the task.
src/pipeline/tasks/cloudini/__init__.py Adds module package init/docstring.
test/pipeline/tasks/cloudini/test_decode_pointcloud.py Adds unit tests for availability flags, opt-out behavior, extraction, and writing.
doc/runbooks/cloudini.md Documents installation, YAML configuration, opt-out mechanisms, and outputs.
README.md Streamlines quickstart and links the Cloudini integration documentation.

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

@arunvenkatadri
Copy link
Collaborator Author

@shouhengyi please test at earliest convienience

@shouhengyi
Copy link
Collaborator

LGTM

@shouhengyi shouhengyi merged commit 2eefa49 into stage Mar 10, 2026
15 checks passed
@shouhengyi shouhengyi deleted the cloudini_integration branch March 10, 2026 15:23
@shouhengyi
Copy link
Collaborator

shouhengyi commented Mar 10, 2026 via email

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