Skip to content

Fix camera, light and AI/Lui RPC clients#6

Merged
oxkitsune merged 13 commits intomainfrom
gijs/fix-video
Feb 26, 2026
Merged

Fix camera, light and AI/Lui RPC clients#6
oxkitsune merged 13 commits intomainfrom
gijs/fix-video

Conversation

@oxkitsune
Copy link
Member

No description provided.

@oxkitsune oxkitsune marked this pull request as ready for review February 26, 2026 22:40
@oxkitsune oxkitsune requested a review from Copilot February 26, 2026 22:41
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

This pull request fixes RPC client initialization reliability by adding configurable startup wait times and improving debug capabilities. The changes address endpoint discovery issues that could cause early RPC calls to fail by introducing an optional startup wait before the first RPC call.

Changes:

  • Added startup_wait parameter (default 3 seconds) to all RPC clients with support for customization via with_startup_wait() constructors
  • Implemented RPC debug logging controlled by BOOSTER_RPC_DEBUG environment variable with detailed request/response tracing
  • Changed QoS policy for RPC response topics from reliable to reliable+transient-local for better late-joiner support
  • Reorganized Python package structure by removing centralized types.py module in favor of per-client type exports
  • Added comprehensive docstrings to Python stub file (.pyi) for improved IDE support
  • Version bump from 0.1.0-alpha.8 to 0.1.0-alpha.10

Reviewed changes

Copilot reviewed 28 out of 29 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pixi.toml Version bump to 0.1.0-alpha.10
booster_sdk_py/src/lib.rs Added startup_wait validation helper and tracing initialization for Python bindings
booster_sdk_py/src/client/*.rs Added startup_wait_sec parameter to all Python client constructors
booster_sdk_py/booster_sdk_bindings/booster_sdk_bindings.pyi Added comprehensive docstrings for all classes and methods
booster_sdk_py/booster_sdk/types.py Deleted centralized types module
booster_sdk_py/booster_sdk/client/*.py Re-exported types from bindings with updated all lists
booster_sdk_py/booster_sdk/init.py Removed types from package exports
booster_sdk_py/Cargo.toml Added tracing-subscriber dependency
booster_sdk/src/dds/topics.rs Changed RPC response topic QoS to reliable+transient-local
booster_sdk/src/dds/rpc.rs Added startup_wait logic, debug logging, and configuration options
booster_sdk/src/dds/qos.rs Added qos_reliable_transient_local_keep_last helper
booster_sdk/src/client/*.rs Added with_startup_wait constructors to all RPC clients
README.md Updated Python import example to use new module structure
Cargo.toml, Cargo.lock Version bumps and dependency updates

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

@oxkitsune oxkitsune merged commit 7592c40 into main Feb 26, 2026
9 checks passed
@oxkitsune oxkitsune deleted the gijs/fix-video branch February 26, 2026 22:46
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.

2 participants