I have a specific node that takes longer for shutdown therefore I would like to increase the timeout.
I couldn't find a way in a python launch file to set the timeout for a node.
If I interpret: https://github.com/ros2/launch/pull/667 correctly it is only possible to set the timeout for a ExecuteProcess element but not for a Node.
I have a specific node that takes longer for shutdown therefore I would like to increase the timeout.
I couldn't find a way in a python launch file to set the timeout for a node. If I interpret: https://github.com/ros2/launch/pull/667 correctly it is only possible to set the timeout for a
ExecuteProcess
element but not for aNode
.