-
Notifications
You must be signed in to change notification settings - Fork 225
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
GetTypeDescription service #1139
GetTypeDescription service #1139
Conversation
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Pulls: ros2/rcl#1052, #1139 |
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 have no specific problems with this PR, but it does look like some of the tests are failing. That will need to be fixed.
Pulls: #1139, ros2/ros2cli#838 |
Yep, all green. Think we have preexisting flaky test on windows, but I feel confident it is unrelated to this changeset |
Yeah, that Windows failure is a flake. This otherwise looks good to me. |
* Add get_type_description service Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Part of ros2/ros2#1159
Depends on ros2/rcl#1052
Equivalent to ros2/rclcpp#2224
Defines and implements a new component of
rclpy.Node
that initializes and handles requests for the~/get_type_description
service.