ouster.sdk.viz.accum_base module

class AccumulatorBase(model, point_viz, track)[source]

Bases: object

The base of any class used in LidarScanVizAccumulators that displays data accumulated from scans.

property metadata: List[SensorInfo]

Metadatas for the displayed sensors.

get_palette(cloud_mode)[source]
Return type:

CloudPaletteItem

property active_cloud_mode: str

Name of current color mode of point ACCUM/MAP point clouds

cycle_cloud_mode(*, direction=1)[source]

Change the coloring mode of the point cloud for MAP/ACCUM clouds

cycle_cloud_palette(*, direction=1)[source]

Change the color palette of the point cloud for MAP/ACCUM clouds

update(scan, scan_num=None)[source]

Register the new scan and update the states of TRACK, ACCUM and MAP

Return type:

None

toggle_visibility(state=None)[source]