ros2 / launch

Tools for launching multiple processes and for writing tests involving multiple processes.
Apache License 2.0
124 stars 139 forks source link

Fix type error and add 'none' option for `$OVERRIDE_LAUNCH_PROCESS_OUTPUT` #700

Closed cfveeden closed 1 year ago

cfveeden commented 1 year ago

Fixes type error that prevented $OVERRIDE_LAUNCH_PROCESS_OUTPUT from having any effect. Also add 'none' as an option.

Issue: #699