-
Notifications
You must be signed in to change notification settings - Fork 427
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
document and test rclcpp::Node::list_parameters #721
Comments
…to enable further progress (ros2#721) Signed-off-by: Emerson Knapp <[email protected]>
It seems that pull request #1342 solved the tests for this function, is there any need for the documentation to be updated? |
@CursedRock17 i think the rest of the work here is rclcpp/rclcpp/include/rclcpp/node.hpp Line 975 in 9284d7c
|
@fujitatomoya I did see that, but it was added in this commit in April 2019, whereas the pull request to "fix this" was added in September 2020. That being said, if there's still not enough documentation/testing around list_parameters I can still work on it. Although, there's a whole test here for |
@CursedRock17 i think tests have been added with rclcpp/rclcpp/include/rclcpp/node.hpp Line 975 in 9284d7c
so adding documentation is the rest of the work here? what do you think? |
That's fair there's not much documentation there, do you mind if I make a pull request for this? |
Please go for it, happy to do review 👍 |
This can probably be closed now. |
As a follow up of #495 (the method has existed for a long time, but I just didn't have time to fix it up in that pr), we need to still document and test the
rclcpp::Node::list_parameters
method.The text was updated successfully, but these errors were encountered: