-
Notifications
You must be signed in to change notification settings - Fork 227
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
implement parameter_client #959
implement parameter_client #959
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.
I've done another pass with recent changes. Just some feedback related to documentation.
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
…os2param Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
…es parameter msg Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
…957) Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
See discussion @ #956 Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
9d4ef96
to
fb21b66
Compare
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
There are some flake8 issues to address: https://build.ros2.org/job/Rpr__rclpy__ubuntu_jammy_amd64/105/testReport/junit/rclpy/ |
Co-authored-by: Jacob Perron <jacob@openrobotics.org> Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
d11c6ac
to
bbf43c4
Compare
@ros-pull-request-builder retest this please |
The details of the windows error can be seen here https://ci.ros2.org/job/ci_windows/17278/consoleFull#console-section-786. It might be related to the PR or not, I'm not sure. |
The same error occured in a nightly windows build yesterday https://ci.ros2.org/view/nightly/job/nightly_win_rel/2340/ |
Ok, seems unrelated then |
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
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 found a few small things to complain about. After addressing them, please run CI again to ensure we're not breaking anything, thanks!
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
New pull request due to previous CI failures. This PR reverts the revert and then applies fixes for windows CI as well as wildcard parameter precedence and default parameter listing depth
See: