Skip to main content
we init our recording, investigate available streams
Python
Any stream is drawable
Python
our drawing system applies turbo color scheme to timestamps by default we can create new streams by querying existing streams, and we can save, further transform or draw those
Python
we can do all kinds of things with this, for example map out room lighting
Python
So knowing above, we can create embeddings for the full stream,
Python
this pipeline is ready to execute by lazy, we can execute it by iterating, or calling .drain()
skip
let’s query it!
Python
We don’t really have to deal with the whole global map actually, let’s get top 10 embeddings, and render only lidar around those.
Python
let’s view those images
Python