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

bugfix: topic list crashes if no topics are available #869

Merged

Conversation

SubaruArai
Copy link

Public API Changes
None

Description
This is due to the function expecting an object unpackable to 2 iterables, but an empty iterable is returned if no topics are available.

This happens only when using glob, which might have been the reason why this bug was not caught earlier.

This is due to the function expecting an object unpackable to 2
iterables, but an empty iterable is returned if no topics are available.
This happens only when using glob, which might have been the reason why
this bug was not caught earlier.
@SubaruArai
Copy link
Author

@achim-k Sorry to ping you, can you review this pr (and others too)?
Thanks in advance!

Copy link
Contributor

@achim-k achim-k left a comment

Choose a reason for hiding this comment

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

Thank you for the patch, I confirmed that it fixes the problem

As a side note, you might be interested in foxglove_bridge as a more maintained alternative to rosbridge

@achim-k achim-k merged commit d863a87 into RobotWebTools:ros1 Sep 26, 2023
2 of 4 checks passed
@SubaruArai
Copy link
Author

@achim-k Will definitely check, thanks!

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.

None yet

2 participants