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
Implement single token wildcard * for static remapping from command line arguments.
Implementing requires changing rcl_remap_t to store information about wildcards.
It also requires changing the matching logic to allow matching any token instead of doing a direct string comparison.
Feature request
Feature description
Implement single token wildcard
*
for static remapping from command line arguments.Implementing requires changing
rcl_remap_t
to store information about wildcards.It also requires changing the matching logic to allow matching any token instead of doing a direct string comparison.
Implementation considerations
Behavior of
*
is described in the remapping design doc.The text was updated successfully, but these errors were encountered: