Official Python SDK for Ouster lidar sensors. Provides real-time data capture, visualization, and CLI tools for configuration, recording, and playback. Current version 0.16.2, with quarterly releases following a pattern of vX.Y.Z. Supports Python 3.8+. Breaking changes often involve reorganization under ouster.sdk prefix.
pip install ouster-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to an Ouster sensor and capture one LidarScan.
Update imports to use ouster.sdk prefix. See migration guide: https://github.com/ouster-lidar/ouster-sdk/releases/tag/v0.11.0
Pass a sensor_info object instead of manual size and format. See ScanBatcher doc.
Update sensor firmware to at least 2.1.0. Consult Ouster support.
Specify --coord-frame WORLD or SENSOR explicitly to match expectations.
No dependency data recorded yet.