Skip to content

Commit

Permalink
Suppress correct_scan from config (unused parameter). (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Sep 17, 2023
1 parent 5a10b26 commit 3e05085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/kiss_icp/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

class DataConfig(BaseModel):
preprocess: bool = True
correct_scan: bool = True
max_range: float = 100.0
min_range: float = 5.0
deskew: bool = False
Expand Down

0 comments on commit 3e05085

Please sign in to comment.