Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

feat!: migrate component drivers to phoxal v0.5.0 typed bus#5

Merged
jBernavaPrah merged 1 commit into
mainfrom
migrate/phoxal-0.5.0
Jun 11, 2026
Merged

feat!: migrate component drivers to phoxal v0.5.0 typed bus#5
jBernavaPrah merged 1 commit into
mainfrom
migrate/phoxal-0.5.0

Conversation

@jBernavaPrah

Copy link
Copy Markdown
Contributor

Migrates the catalog component drivers to the breaking phoxal v0.5.0 typed-bus API (on crates.io).

  • phoxal 0.4.0 → 0.5.0 (workspace dep)
  • fluent two-id component topics: component(id).<kind>(cap).<stream>()
    • bno085: imu/accelerometer/gyroscope .data()
    • ddsm115: subscribes motor(cap).command(), publishes encoder(cap).data()
    • vl53l1x: range(cap).data()
  • typed bus: plain payloads + at_ns (no Stamped/TypedSchema/profile_path)

Verified: cargo check/build/test --workspace green. No old-API residue.

🤖 Generated with Claude Code

Bump phoxal 0.4.0 -> 0.5.0. Drivers now use the fluent two-id component topics
(component(id).<kind>(cap).<stream>()) with plain payloads + at_ns; no Stamped,
TypedSchema, or profile_path helpers. bno085 imu/accel/gyro data; ddsm115 motor
command (subscribe) + encoder data; vl53l1x range data.

Verified: cargo check/build/test --workspace green.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
@jBernavaPrah jBernavaPrah merged commit 7ac56fe into main Jun 11, 2026
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant