Skip to content

Commit

Permalink
clarify eval escaping (#3793)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Foran <[email protected]>
(cherry picked from commit 9e028e3)
  • Loading branch information
mjforan authored and mergify[bot] committed Aug 4, 2023
1 parent 00f293c commit 22fab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/How-To-Guides/Launch-files-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ There are, however, some changes w.r.t. ROS 1:
* There is a new ``find-exec`` substitution.
* ``arg`` has been replaced with ``var``.
It looks at configurations defined either with ``arg`` or ``let`` tag.
* ``eval`` and ``dirname`` substitutions haven't changed.
* ``eval`` and ``dirname`` substitutions require escape characters for string values, e.g. ``if="$(eval 'variable == \'val1\'')"``.
* ``anon`` substitution is not supported.

Type inference rules
Expand Down

0 comments on commit 22fab03

Please sign in to comment.