chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
for frame in read_sensor_frames() {
|
||||
rec.set_time_sequence("frame_idx", frame.idx);
|
||||
rec.set_timestamp_secs_since_epoch("sensor_time", frame.timestamp);
|
||||
|
||||
rec.log("sensor/points", rerun::Points3D::new(&frame.points))?;
|
||||
}
|
||||
Reference in New Issue
Block a user