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

Improve documentation in rclpy.utilities #1038

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

sloretz
Copy link
Contributor

@sloretz sloretz commented Nov 12, 2022

This adds type annotations and doc strings to the functions in rclpy.utilities. I didn't change any behavior of the functions (maybe this is backportable?). I did remove a couple unnecessary return statements ( they were returning the value from another function that itself always returns None).

Here's how it looks now

image

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
@sloretz sloretz force-pushed the sloretz__rclpy__improve_utilities_docs branch from 9b3dc08 to 0407828 Compare November 12, 2022 01:29
@sloretz
Copy link
Contributor Author

sloretz commented Nov 13, 2022

CI (build: --packages-up-to rclpy test: --packages-select rclpy)

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

@sloretz sloretz merged commit d2901dd into rolling Nov 14, 2022
@delete-merged-branch delete-merged-branch bot deleted the sloretz__rclpy__improve_utilities_docs branch November 14, 2022 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants