ros-visualization / rqt_image_view

http://wiki.ros.org/rqt_image_view
26 stars 59 forks source link

Does not subscribe saved topic if it does not exist yet. #2

Closed dirk-thomas closed 7 years ago

dirk-thomas commented 7 years ago

From @cyborg-x1 on February 10, 2017 9:59

When starting rqt with an image view, the image view does not subscribe its previously saved topic, if it does not exist already.

Example: You start your rqt with Gazebo in a launchfile and another node outputing a video stream in a separate launchfile. You select the topic of this node and save the perspective to launch it later with the first launchfile. You start the launchfile for Gazebo, then the outputing node -> topic is not subscribed by image view. You have to click reload and select the topic again.

_Copied from original issue: ros-visualization/rqt_commonplugins#430

dirk-thomas commented 7 years ago

Addressed by ros-visualization/rqt_common_plugins#444.