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

Address #1423 by moving rosidl_generate_interfaces call #1424

Merged
merged 1 commit into from
Oct 23, 2020

Conversation

brawner
Copy link
Contributor

@brawner brawner commented Oct 23, 2020

These interfaces are needed by the test_subscription_topic_statistics test, but somehow generating them at a different scope than where the rosidl_target_interfaces call occurs doesn't correctly target the libraries.

Fixes #1423

Testing --packages-select rclcpp

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: Stephen Brawner brawner@gmail.com

Signed-off-by: Stephen Brawner <brawner@gmail.com>
@brawner brawner requested a review from cottsay October 23, 2020 17:44
Copy link
Member

@cottsay cottsay left a comment

Choose a reason for hiding this comment

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

Follow-up to #1422, right?

@brawner
Copy link
Contributor Author

brawner commented Oct 23, 2020

Yup, this fixes the issue introduced by #1422

@brawner brawner merged commit 3710745 into master Oct 23, 2020
@delete-merged-branch delete-merged-branch bot deleted the brawner/rclcpp-address-1423 branch October 23, 2020 18:36
brawner added a commit that referenced this pull request Nov 5, 2020
Signed-off-by: Stephen Brawner <brawner@gmail.com>
brawner added a commit that referenced this pull request Nov 6, 2020
…l_generate_interfaces_call (#1424)  (#1437)

* Refactor test CMakeLists in prep for benchmarks (#1422)

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* Address #1423 by moving rosidl_generate_interfaces call (#1424)

Signed-off-by: Stephen Brawner <brawner@gmail.com>

* Remove rolling-only tests

Signed-off-by: Stephen Brawner <brawner@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_subscription_topic_statistics fails on nightly with "Failed to find library ..."
2 participants