-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepend
kiss_icp_
for env variable usage (#286)
* Prepend `kiss_icp_` for env variable usage Before this didn't work ``` export DATA=carlos kiss_icp_pipeline ... ``` After, you need to be more explicit to break it: ``` export KISS_ICP_DATA=carlos kiss_icp_pipeline ... ``` This allow us to mantain the API as well * Add to help --------- Co-authored-by: Benedikt Mersch <benedikt.mersch@gmail.com>
- Loading branch information
1 parent
e1c01d9
commit b217173
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters