ouster.sdk.viz.tracks_accumulator module¶
Copyright (c) 2023, Ouster, Inc. All rights reserved.
- class TracksAccumulator(model, point_viz, track)[source]¶
Bases:
AccumulatorBaseEncapsulates render state for tracks (frame positions) and key frames (which are “interesting” frame positions according to the LidarFrameVizAccumulatorsConfig.) Cloud objects (from the ouster_viz library) are used to render the tracks.
- Parameters:
model (LidarFrameVizModel)
point_viz (PointViz)
track (Track)
- DEFAULT_PT_SIZE = 5¶
- DEFAULT_KF_PT_SIZE = 10¶
- property track_visible: bool¶
Returns true if the track is visible.