Skip to content

Commit

Permalink
Add to help
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer committed Mar 1, 2024
1 parent ba9a15b commit ba8f243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/kiss_icp/tools/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ def name_callback(value: str):
# Use a more specific dataloader: {", ".join(_available_dl_help)}
$ kiss_icp_pipeline --dataloader kitti --sequence 07 --visualize <path-to-kitti-root>:open_file_folder:
# To change single config parameters on-the-fly, you can export them beforehand:
$ export kiss_icp_out_dir='<path-to-logs>:open_file_folder:'
$ export kiss_icp_data='{{"max_range": 50}}'
"""


Expand Down

0 comments on commit ba8f243

Please sign in to comment.