This repo contains samples and some utility script to be used with the ouster-ros driver
- Apply PCL Filters: This example shows how to filter the point cloud to remove noise or scope the size of the point cloud using PCL library in python.
- Range Image to Point Cloud: This example shows how to
consume the
/ouster/range_image
topic and produce a point cloud similar to the/ouster/points
by utilizing python and ouster-sdk.