ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As far as I know, the only easy way* to concatenate a LaunchConfiguration with a string is by passing them as a list in any parameter of type "SomeSubstitutionsType" as shown here.

*The harder convoluted way would be by using the OpaqueFunction as described in this answer. It's feels hackier but gives more flexibility