-
Notifications
You must be signed in to change notification settings - Fork 162
Add functions to get topic name to publisher and subscriber #194
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
Welcome to the ros2-rust project @DS3a! This implementation is probably based on a misunderstanding of #148: The functions |
Additionally, it looks like your commits were not able to be verified. Would you be able to look into that? That will need to be fixed before we can merge. |
Is it a requirement @jhdcs? |
Now that I look at it again, it does not appear to be for us... However, I believe that other ROS 2 projects (such as the client libraries) require it as part of the DCO check. |
Aight... I'll look into that. |
Ahhh... My bad... I'll change it accordingly |
Hi... I've made the required changes, and verified my GPG key, can you look it over and see if there's any changes to be made? |
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.
A self review has been done... This is my first PR, forgive me for having to be reminded of the protocol
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.
Thanks for adjusting, the PR looks good in general now, though I have a couple of comments.
As you can see, our CI checks formatting and clippy, so make sure to run cargo fmt
and cargo clippy
as well.
No worries! We all start somewhere! Thank you for taking the time to try and make |
@DS3a I noticed you did something different than I suggested. Did the suggestion not work? |
@DS3a Are you sure you tried with |
Ohhh... I didn't notice that... Hold on... I'll push the changes soon |
okay... I've made changes to return |
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.
Looks good to me. Thanks for your patience @DS3a!
Thanks... I look forward to contributing more to ros2_rust!! |
@DS3a thanks for you contribution! 🙂 |
A new variable was added to the struct to store the topic name in a boxed string.