We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replace
#ifdef ROS_DISTRO_GALACTIC
with
#if __has_include
where applicable
This will release code from environmentall variables and also make it more readable and easier to configure, and still galactic/humble compatible.
Refactor code
All conditional includes replaced with suggested change.
The text was updated successfully, but these errors were encountered:
Wrote my concerns here: #2236 (comment)
This will release code from environmentall variables and also make it more readable and easier to configure,
@ralwing Could you explain the reason why you felt so? I feel it's not clear. Also, does environment variables cause any problem?
Sorry, something went wrong.
No branches or pull requests
Checklist
Description
Replace
with
where applicable
Purpose
This will release code from environmentall variables and also make it more readable and easier to configure, and still galactic/humble compatible.
Possible approaches
Refactor code
Definition of done
All conditional includes replaced with suggested change.
The text was updated successfully, but these errors were encountered: