ovrtx-lidar-runtime-capture
Installation
SKILL.md
OVRTX LiDAR runtime capture
Use ovrtx-sensor-capture to establish multi-sensor creation, selection,
stepping, iteration, and cleanup. Then use extend-ovrtx-lidar-capture for the
implementation work.
Required technical surface
- Add a documented sensor/product schema and a typed native builder/decoder for raw returns. Probe capabilities before calling it.
- Preserve sensor path, RenderVar path, simulation ID, sample time, return ID, coordinate frame, units, and valid/invalid status through every layer.
- Decode finite positions plus any supported range, intensity, ring/channel, timestamp, or return index without inventing absent fields.
- Validate an isolated target with measured pose and bounds before a complex scene. Check axis/unit conversion and first-surface behavior numerically.
- Test no-return, timeout, partial/iterator, terminal error, reset, and cleanup paths. Run one real native capture after unit tests.