ros2 / launch

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

Allows substitutions with Python Standard Path Objects with `PathSubstitutions` #790

Open InvincibleRMC opened 1 month ago

InvincibleRMC commented 1 month ago

Creates PathSubstitutions and update some types. For more information on Path check out the documentation here

mjcarroll commented 1 month ago

This is a great addition, thanks. I'm going to run this through CI. In the meantime, can you add to the Substitution documentation: https://github.com/ros2/launch/blob/rolling/launch/doc/source/architecture.rst?plain=1#L114

InvincibleRMC commented 2 weeks ago

@mjcarroll Just following up, do you need anything else from me?