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
backport PR: [Foxy] Handle any substitution types for SetParameter name argument (#182) (#218)
* Handle any substitution types for SetParameter name argument (#182)
* Handle any substitution types for SetParameter name argument
This fixes an error when trying to use the SetParameter action in a front-end launch file.
The parsed 'name' attribute is returned a list of substitutions, which cannot be used as a key in a dictionary.
Signed-off-by: Jacob Perron <[email protected]>
* Fix SetParameter type annotations
Signed-off-by: Jacob Perron <[email protected]>
* Remove test case that is invalid for foxy
Signed-off-by: Michael Jeronimo <[email protected]>
Co-authored-by: Jacob Perron <[email protected]>
0 commit comments