-
Notifications
You must be signed in to change notification settings - Fork 232
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
Print 'Infinite' for infinite durations in topic endpoint info #722
Print 'Infinite' for infinite durations in topic endpoint info #722
Conversation
03fd46f
to
7abda81
Compare
@sloretz @ivanpauno as maintainers - requesting a review when you can |
bf288c9
to
37e6e4f
Compare
@ivanpauno requesting re-review now that I was able to address all the comments, given the latest state of the pybind code |
Gist: https://gist.githubusercontent.com/emersonknapp/8243fb1b94c37e0c9a07ec4c5edfb2a5/raw/bc58898af9aa8ad525c5d97279271f0b8c9f4734/ros2.repos |
CI with |
37e6e4f
to
a491ba1
Compare
It doesn't seem to be including ros2/ros2cli#616, again including it: |
a491ba1
to
f133bfc
Compare
CMake warning is from eclipse-cyclonedds/cyclonedds#741 It looks like we are good to merge this and ros2/ros2cli#616 |
Sorry, I wasn't available yesterday late (I work on UTC-3 time zone) and now we're past the API/feature freeze. I'm not completely sure if this passes the post API/feature "safe to merge" criteria, I'm in favor of merging it as it makes @hidmic could you do a second review? |
Thanks @audrow ! Does this mean we're planning to get this into Galactic? |
I believe so. Let me just confirm with someone more senior on the team. |
Argh, I didn't see this. My apologies. |
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.
LGTM, but the line between bug fix and feature is quite blurry here. Feature freeze was almost two weeks ago. If we merge this for Galactic, we'd have to make an exception. @cottsay ?
I agree. Can we wait until we branch galactic next week to merge this into rolling? And then consider it for backport into Galactic after we release it? |
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
f133bfc
to
5b8cccc
Compare
Whatever y'all want to do |
Note: I came here to fix this, not realizing the problem was that I was running |
Sample output for
ros2 topic pub /chatter std_msgs/String "data: hello"
:Connected to ros2/ros2cli#616