ouster.sdk.viz.track module
Copyright (c) 2023, Ouster, Inc. All rights reserved.
- class ScanRecord(pose, scan, cloud_mode_keys=<factory>)[source]
Bases:
objectRepresents a scan, its pose, and its color (aka keys) for each available cloud mode.
-
pose:
ndarray
-
cloud_mode_keys:
Dict[str,Optional[ndarray]]
- property position
-
pose:
- class Track(config, extrinsics=array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0., 0., 0., 1.]]))[source]
Bases:
objectRepresents a sequence of scans with their poses and “key frames”, which are scans representing every Nth scan or every few meters.
- property key_frames_num: int
Current number of key frames