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
Coming back with another request for a substitution... I tried using a path join substitution with a filename that depends on a launch configuration. The path join substitution does not allow one to concatenate parts of a filename. It ended up using a python expression.
I did the same with Python expression for ".sdf". That was the exact thing I tried, to use a list with TextSubstitution, but then I discovered that it was not possible. Nice suggestion!
Feature request
Feature description
Coming back with another request for a substitution... I tried using a path join substitution with a filename that depends on a launch configuration. The path join substitution does not allow one to concatenate parts of a filename. It ended up using a python expression.
Implementation considerations
I would have hoped that text substitution could take multiple texts so that I could do
But this is not compatible, given how text substitution was put together.
So, how about having a substitution that concatenates strings and then also having the separator parameterized?
In the simple case, one would do
And then, this could be used in other practical ways, for example, to create a xacro substitution
The text was updated successfully, but these errors were encountered: