ouster.sdk.viz.accum_base module¶
- class AccumulatorBase(model, point_viz, track)[source]¶
Bases:
objectThe base of any class used in LidarFrameVizAccumulators that displays data accumulated from frames.
- Parameters:
model (LidarFrameVizModel)
point_viz (PointViz)
track (Track)
- property metadata: List[SensorInfo]¶
Metadatas for the displayed sensors.
- 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
- Parameters:
direction (int)
- cycle_cloud_palette(*, direction=1)[source]¶
Change the color palette of the point cloud for MAP/ACCUM clouds
- Parameters:
direction (int)