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
Let XML executables/nodes be "required" (like in ROS 1) (#751)
* Let XML nodes be "required"
Essentially on_exit="shutdown" is equivalent to ROS 1 required="true".
This feature is implemented using the python launchfile on_exit mechanism.
Right now "shutdown" is the only action accepted by on_exit,
but theoretically more "on_exit" actions could be added later.
Example:
<executable cmd="ls" on_exit="shutdown"/>
* Added tests for yaml
Signed-off-by: Matthew Elwin <[email protected]>
0 commit comments