From 66e2193207507347ad723c4b18e36a69b45eace5 Mon Sep 17 00:00:00 2001 From: Emanuele Giacomini Date: Tue, 16 Apr 2024 14:21:46 +0200 Subject: [PATCH] Fixed app issue --- python/vbr_devkit/tools/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/vbr_devkit/tools/run.py b/python/vbr_devkit/tools/run.py index 13333fd..d85ae8f 100644 --- a/python/vbr_devkit/tools/run.py +++ b/python/vbr_devkit/tools/run.py @@ -58,7 +58,7 @@ def download(sequence: Annotated[ @app.command(help="Convert a sequence from ROS1 to other known formats") -def convert(to: Annotated[OutputDataInterface, typer.Argument(help="Desired data format")], +def convert(to: Annotated[OutputDataInterface, typer.Argument(help="Desired data format", show_default=False)], input_dir: Annotated[ Path, typer.Argument(help="Input bag or directory containing multiple bags", show_default=False)], output_dir: Annotated[