ros2 / launch

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

Make the logged command pretty in ExecuteLocal #594

Closed jacobperron closed 2 years ago

jacobperron commented 2 years ago

This makes it so it's easier to copy-paste the command into a shell (e.g. to debug a process outside of launch). Adding the filter helps remove excess space from empty strings in the list.

jacobperron commented 2 years ago