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_imagetopic and produce a point cloud similar to the/ouster/pointsby utilizing python and ouster-sdk.