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
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
- Loading branch information