Examples Catalog¶
Welcome to the Ouster SDK examples. This section provides task-based guides to help you get started, from connecting to a sensor and visualizing data to building advanced mapping and C++ applications.
Python¶
Category |
Description |
Examples |
|---|---|---|
Core module basics |
Connect to your sensor, record data to a PCAP or OSF file. |
|
Working with Ouster sensor. |
||
Convert PCAPs to various file formats (CSV, LAS, PCD, PLY). |
||
Read, write using OSF API. |
||
Visualizing Point Clouds |
See your data. Visualize point clouds in real-time from a sensor or from a file using Open3D, and Matplotlib. |
|
Visualize point clouds from a sensor or from a file using Matplotlib. |
||
Understanding Sensor Data |
Go deeper into the data. Understand the |
|
How to work with 2D and 3D representations. |
||
How to parse raw UDP packets. |
||
Pose Optimizer |
Use the Pose Optimizer to refine it. |
C++¶
Category |
Description |
Examples |
|---|---|---|
C++ SDK Examples |
Configure sensors and manage device settings directly from C++. |
|
Construct |
||
Destagger frames and generate 2D/3D representations for visualization. |
||
Linking the SDK |
Learn how to link against the shared or static library. |
Coming Soon¶
We are actively expanding the examples catalog with additional, scenario-driven walkthroughs (ROS integrations, pose optimizer, zone monitor, perception, and ground segmentation).
If there is a workflow you would like to see documented, please reach out on the Ouster Community Forum .
Stay tuned—new tutorials will appear here soon.