RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
BSD 3-Clause "New" or "Revised" License
281 stars 191 forks source link

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

Closed rjb0026 closed 1 month ago

rjb0026 commented 3 months ago

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.

Steps To Reproduce

Expected Behavior The valid image topic is still streamed.

Actual Behavior The valid image topic is not streamed.

sea-bass commented 1 month ago

Closed by https://github.com/RobotWebTools/web_video_server/pull/146