Skip to content

Commit

Permalink
undo depth image sample change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jun 14, 2024
1 parent e762b75 commit 912b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/all/archetypes/depth_image_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
)

# Log the tensor.
rr.log("world/camera/depth", rr.DepthImage(depth_image, meter=10_000.0, backproject_radius_scale=0.2))
rr.log("world/camera/depth", rr.DepthImage(depth_image, meter=10_000.0, colormap="viridis"))

0 comments on commit 912b4da

Please sign in to comment.