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
After the refactoring done by ros-controls/ros2_control#1638, the switch_controller service has a working timeout for each controller. This time is hardcoded within the spawner.py to 5s.
After the refactoring done by ros-controls/ros2_control#1638, the
switch_controller
service has a working timeout for each controller. This time is hardcoded within the spawner.py to 5s.If the simulation is started paused, like with
then the CM services are started but the update method is not called yet. This leads to running into the timeout
The same happens if a running simulation is paused and a service call to the CM is done.
The text was updated successfully, but these errors were encountered: