Contributing¶
The repository contribution guide is maintained in CONTRIBUTING.md.
Contributions are welcome for source adapters, profile tooling, calibration UX, CPU rendering, platform validation, tests, and documentation.
Important project rules:
- do not make the viewer infer arbitrary source semantics;
- normalize sources into
SourceAdapterConfigbefore viewing; - preserve
P_target = T_target_from_source @ P_source; - do not silently drop malformed or unsynchronized frames;
- treat the frozen
lidar-camera-scene/1schemas as immutable.