Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 545 Bytes

ouster-ros-extras

This repo contains samples and some utility script to be used with the ouster-ros driver

Examples:

  • 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.