Skip to content

Commit

Permalink
Change default to None (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer authored Mar 28, 2024
1 parent b19cb01 commit 11c7d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/kiss_icp/tools/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ def kiss_icp_pipeline(
help="[Optional] Overrides the max_range from the default configuration",
),
deskew: bool = typer.Option(
False,
None,
"--deskew",
help="[Optional] Whether or not to deskew the scan or not",
show_default=False,
is_flag=True,
help="[Optional] Whether or not to deskew the scan or not",
),
# Aditional Options ---------------------------------------------------------------------------
visualize: bool = typer.Option(
Expand Down

0 comments on commit 11c7d97

Please sign in to comment.