-
Notifications
You must be signed in to change notification settings - Fork 388
Open
Labels
Description
Describe the bug
The rqt_controller_manager plugin is unusable after a few seconds is running. The UI becomes unresponsive and it gets stuck. The function _update_controllers seem to take increasingly more time to execute. At some point it takes more time than the Timer and it gets very slow. Here you can see the execution time increasing:
To Reproduce
Steps to reproduce the behavior:
ros2 run rqt_controller_manager rqt_controller_manager- Wait ca. 10-20 seconds
- Try any operation on the gui
Environment (please complete the following information):
- OS: Ubuntu 24.04 (Docker container)
- Version Jazzy
Thank you for your great work!