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

remove dependency on rmw_implementation #62

Merged
merged 2 commits into from Apr 10, 2020

Conversation

dirk-thomas
Copy link
Member

@dirk-thomas dirk-thomas added the bug Something isn't working label Apr 9, 2020
@dirk-thomas dirk-thomas self-assigned this Apr 9, 2020
Copy link
Member

@ivanpauno ivanpauno left a comment

Choose a reason for hiding this comment

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

LGTM

# option()
string(TOUPPER "${typesupport_type}" typesupport_type_upper)
if(NOT "$ENV{STATIC_${typesupport_type_upper}}" STREQUAL "")
string(REPLACE ":" ";" STATIC_${typesupport_type_upper} "$ENV{STATIC_${typesupport_type_upper}}")
Copy link
Member

Choose a reason for hiding this comment

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

In this case, the ENV variable is overriding the compile option if provided?
Is that the expected behavior?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is the same behavior we are using for RMW_IMPLEMENTATIONS.

@dirk-thomas dirk-thomas changed the title [WIP] remove dependency on rmw_implementation remove dependency on rmw_implementation Apr 10, 2020
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
@dirk-thomas dirk-thomas force-pushed the dirk-thomas/avoid-generators-depend-on-rmw branch from dac7570 to 2e1f376 Compare April 10, 2020 16:12
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
@dirk-thomas dirk-thomas merged commit 931cd93 into master Apr 10, 2020
@delete-merged-branch delete-merged-branch bot deleted the dirk-thomas/avoid-generators-depend-on-rmw branch April 10, 2020 20:44
jacobperron added a commit to ros-infrastructure/bloom that referenced this pull request May 4, 2020
They are not needed from Foxy onwards. The requirement was removed in ros2/rosidl_typesupport#62.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants