Skip to content

Commit

Permalink
Fixed app issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleGiacomini committed Apr 16, 2024
1 parent a00308d commit 66e2193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/vbr_devkit/tools/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down

0 comments on commit 66e2193

Please sign in to comment.