Skip to content

Commit 6c3e82e

Browse files
improved colored_pcl 3D visualization
1 parent 9b04baf commit 6c3e82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/colored_pcl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def rgb_score_color(score):
160160
color=color_raw,
161161
depth=depth_raw,
162162
depth_scale=100, # important! cm -> m
163-
depth_trunc=1,
163+
depth_trunc=2,
164164
convert_rgb_to_intensity=False)
165165

166166
with open(str(PATH_TO_CAMPARAMS)) as json_file:

0 commit comments

Comments
 (0)