configure_point_cloud_stream

Module Contents

Functions

configure_point_cloud_stream(args)

Fetch a basic point cloud. Only get specific fields of each point: X, Y, Z, intensity and ID.

configure_point_cloud_stream.configure_point_cloud_stream(args)

Fetch a basic point cloud. Only get specific fields of each point: X, Y, Z, intensity and ID. Use a filter to filter out points which are closer than 5m or further away than 50m.

Parameters

args – arguments to parse out the hostname or IP address of the device and an optional file path to record to.

configure_point_cloud_stream.parser