-
Notifications
You must be signed in to change notification settings - Fork 162
Add get_domain_id method in Node struct #155
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I like the example.
Replace doc comment Co-authored-by: Nikolai Morin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a final round of small comments. Once they are done, I'd say this PR is ready.
Thanks for your patient and meaningful suggestions! |
Thanks for your contribution @Soya-Onishi! If you want to do something a bit more complex next, how about the node options (#142)? |
@nnmm I'll try it, but I think there are what I don't know well , so PR may take more time than this PR. |
There is no rush at all, and this issue is just a suggestion, of course. You can also join our Matrix chat, or ask questions in that issue. |
Close #145
This PR add helper method getting ROS domain ID via rcl_get_node_domain_id().
There is TODO in doc, but this should be done after support for passing node option, I think.