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

Add setter and getter for domain_id in rcl_init_options_t (backport #678) #946

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Nov 2, 2021

This is an automatic backport of pull request #678 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
(cherry picked from commit 45f1331)
@aprotyas
Copy link
Member

aprotyas commented Nov 2, 2021

This backport is needed to implement the discussion in ros2/domain_bridge#60 (comment).

CC: @jacobperron

Copy link
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

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

lgtm once DCO is addressed.

@jacobperron
Copy link
Member

CI up to rcl (since this is adding new functionality):

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

@aprotyas
Copy link
Member

aprotyas commented Nov 2, 2021

Not sure what to make of the macOS test failures, since there's no consumer of the added functions yet. These tests have been reported as flaky in #750.

@jacobperron
Copy link
Member

Yes, the tests are failing because there's a vestigial ros2cli daemon node running on the macOS host. I think we can safely ignore those errors.

Also, the Windows CMake warnings are pre-existing.

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.

3 participants