Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepend kiss_icp_ for env variable usage #286

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

nachovizzo
Copy link
Collaborator

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 allows us to maintain the API as well

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
@benemer
Copy link
Member

benemer commented Mar 1, 2024

Awesome! This solves it. I added some information to the help, I think otherwise no one will realize that this is possible. What do you think @nachovizzo ?

@nachovizzo
Copy link
Collaborator Author

Awesome! This solves it. I added some information to the help, I think otherwise no one will realize that this is possible. What do you think @nachovizzo ?

looks great, thanks

Copy link
Member

@benemer benemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, then let's go 🚄

@tizianoGuadagnino
Copy link
Collaborator

Love you guys <3

@nachovizzo nachovizzo merged commit b217173 into main Mar 1, 2024
17 checks passed
@nachovizzo nachovizzo deleted the nacho/rename_data_in_config branch March 1, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants