diff --git a/python/kiss_icp/tools/cmd.py b/python/kiss_icp/tools/cmd.py index ab98c585..be90421b 100644 --- a/python/kiss_icp/tools/cmd.py +++ b/python/kiss_icp/tools/cmd.py @@ -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(