Point Cloud Visualizer
The Ouster visualization toolkit is written in C++ with Python bindings for Python functionality. It consists of the following:
simple-viz
(viz.SimpleViz
): the default Python application visualizer, which can also be used as an entrypoint for more sophisticated custom point cloud visualizationsouster_viz
: the core C++ libraryouster.viz
: the Python module for the bindings
Using ouster-cli
is a fastest way to visualize data from a connected sensor, recorded pcap
or OSF files with SLAM poses:
![../../_images/ouster-viz.png](../../_images/ouster-viz.png)
Ouster SDK CLI ouster-cli source OS-1-128.pcap viz
visualization of OS1 128 sample data
How to use ouster-cli
for visualizations you can learn in Running the Ouster visualizer
For custom visualizations you can explore a programmatically accessible viz.PointViz
API
below:
![../../_images/lidar_scan_viz_checkers.png](../../_images/lidar_scan_viz_checkers.png)
PointViz
with Image
, Label
and masks applied