copper-project/copper-rs

feature: Sensor parameters / calibration support

Offen

#1.230 geöffnet am 26.07.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (97 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (1.428 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 19h 50m) (38 gemergte PRs in 30 T)

Beschreibung

Problem statement

When we have a CuDepthMap or even a simple image, we might need down the pipeline a way to know the original physical characteristics of the sensor like the calibration and field of view.

Today we have a way to override parameters on the original source for each specific instances of a robot but we have no way to share that info with a task downstream.

Proposed solution

Maybe something that looks like the resources instead of repeating it on the copperlist.

Alternatives considered (optional)

Impact / scope (optional)

  • Affected crates, platforms, or features:

Additional context (optional)

Contributor Guide