Overview of Ouster SDK components
masterThe Ouster SDK is a cross-platform C++/Python toolkit for Ouster Lidar sensors. The repository is organized into several functional modules:
ouster_core: The core C++ library for the SDK.ouster_algorithm: Shared perception and mapping algorithms.ouster_pcap: C++ functions for handling pcap files related to Ouster sensors.ouster_osf: C++ library for storing Ouster sensor data in the OSF format.ouster_viz: A customizable point cloud visualizer.python: The source code for theouster-sdkPython package.