-
Notifications
You must be signed in to change notification settings - Fork 330
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
Intra Process Communication demo stalls on Q or Esc key press #297
Comments
@hidmic could this be related to our changes? Did we try a self exiting application? |
Oh this is with debs, maybe not then. Also this is rclcpp not rclpy as the issue template says. Unless it is hanging in ros2 run. |
This might be a duplicate of #290. If nothing is published on the topic, the viewer becomes unresponsive to user input. @gonzodepedro could you validate this? |
Been testing a little further. It finally exists. But it takes a lot (around 30 seconds) to exit. |
Connext is known to take a long time to shutdown, but not that long (30 seconds). Compare with ctrl-c on something like |
I don't think it's a duplicate of 290 |
Takes longer than SIGINT on |
Running with the command line argument |
Also happens on OSX (High Sierra) with the latest binaries. |
Bug report
Required Info:
Steps to reproduce issue
Run intra process demo:
ros2 run intra_process_demo image_pipeline_all_in_one
Press Esc or Q key
Expected behavior
Application should exit in a reasonable time
Actual behavior
Application stalls for longer than 30 seconds and exists
Additional information
No error on console. Application stops responding to commands. Application exits without errors with SIGINT. Application exists normally but takes a long time.
The text was updated successfully, but these errors were encountered: