You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the interprocess viewer step of the intra-process communication tutorial. Then drop the pipeline node and try to provide user input to the remaining image_viewer_node instance.
Expected behavior
image_viewer_node takes user input as documented.
Actual behavior
image_viewer_node ignores any user input and has to be terminated with a SIGINT.
Additional information
This is due to the way the node was implemented (see here).
The text was updated successfully, but these errors were encountered:
Bug report
Required Info:
Steps to reproduce issue
Run the interprocess viewer step of the intra-process communication tutorial. Then drop the pipeline node and try to provide user input to the remaining
image_viewer_node
instance.Expected behavior
image_viewer_node
takes user input as documented.Actual behavior
image_viewer_node
ignores any user input and has to be terminated with a SIGINT.Additional information
This is due to the way the node was implemented (see here).
The text was updated successfully, but these errors were encountered: