ouster-lidar / ouster_example

Ouster, Inc. sample code
Other
451 stars 434 forks source link

OusterSDK + Ouster CLI 2023 Q2 Release #534

Closed bexcite closed 1 year ago

bexcite commented 1 year ago

OusterSDK + Ouster CLI 2023 Q2 Release

With this release we are adding a bunch of things that we've used internally at Ouster for some time and we hope it will be useful to a broader set of users well.

Major things:

Ouster CLI (Python)

Command Line Tools ouster-cli that combines basic and common actions to work with sensors:

Ouster Mapping (Python)

Mapping utilities + tools to save registered point clouds from pcap or running sensors that accounts for sensor motion and deskews the cloud.

Ouster OSF (C++/Python)

C++/Python library to save stream of LidarScans with metadata. Used by mapping module to work with scans + poses.

For more details please see the CHANGELOG.rst file.