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

correctly handle default domain id #20

Open
trittsv opened this issue Jul 3, 2024 · 0 comments
Open

correctly handle default domain id #20

trittsv opened this issue Jul 3, 2024 · 0 comments

Comments

@trittsv
Copy link
Contributor

trittsv commented Jul 3, 2024

<CycloneDDS>
  <Domain id="33">
     ...
  </Domain>
</CycloneDDS>

and if you then call use domain id DDS_DOMAIN_DEFAULT (=2**32-1=dds_domain_default in python) in dds_create_participant it uses 33 because that's the first id it can find anywhere.

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

No branches or pull requests

1 participant