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

Lazy detect transport #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

furushchev
Copy link

Fixes #69

If it cannot be detectable which transport should be used when a topic is selected, rqt_image_view subscribes the topic using topic_tools::ShapeShifter and then determine the transport when the first message arrived.

@furushchev
Copy link
Author

@mabelzhang Kindly ping to the maintainer

@furushchev furushchev requested a review from wjwwood as a code owner August 29, 2023 18:49
@furushchev
Copy link
Author

@MatthijsBurgh @wjwwood Kindly ping to the maintainer.

@@ -29,7 +29,7 @@
<build_depend>rqt_gui</build_depend>
<build_depend>rqt_gui_cpp</build_depend>
<build_depend>sensor_msgs</build_depend>

<depend>topic_tools</depend>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depend tags are often on top. Set of the same tag are always seperated by an empty line.

Copy link
Contributor

@MatthijsBurgh MatthijsBurgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As ROS1 is not getting a new release. I don't want to introduce such a big new feature. So I am against this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot show compressed image of which topic is not advertised when selected
2 participants