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

Any topic with multiple topic types causes image server to fail on desired topics #145

Closed
rjb0026 opened this issue Aug 22, 2024 · 1 comment
Labels

Comments

@rjb0026
Copy link
Contributor

rjb0026 commented Aug 22, 2024

Description
If there are any active topics (publications or subscriptions) which have multiple message types associated with them, the web_video_server will bail out of its topic search early, sometimes before finding and establishing the stream for the desired topic, which may be valid.

  • Library Version: ros2 branch (eb9af5f)
  • ROS Version: Humble
  • Platform / OS: Ubuntu 22.04

Steps To Reproduce

  • publish two topics with the same name but differing types (e.g. /alpha)
  • publish a different, valid image topic that is lexicographically greater than the topic above (e.g. /beta)
  • Make a request to view the valid image topic

Expected Behavior
The valid image topic is still streamed.

Actual Behavior
The valid image topic is not streamed.

@sea-bass
Copy link
Contributor

sea-bass commented Oct 3, 2024

Closed by #146

@sea-bass sea-bass closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants