Skip to content

Commit

Permalink
Better point size range
Browse files Browse the repository at this point in the history
  • Loading branch information
l00p3 committed Aug 14, 2024
1 parent d267411 commit 4a05d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lidar_visualizer/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

# Size constants
FRAME_PTS_SIZE = 0.06
FRAME_PTS_SIZE_STEP = 0.01
FRAME_PTS_SIZE_MIN = 0.001
FRAME_PTS_SIZE_MAX = 0.25
FRAME_PTS_SIZE_STEP = 0.005
FRAME_PTS_SIZE_MIN = 0.02
FRAME_PTS_SIZE_MAX = 0.1


class Visualizer:
Expand Down

0 comments on commit 4a05d02

Please sign in to comment.