Skip to content

Commit

Permalink
Improve eval documentation in migration guide (#3832)
Browse files Browse the repository at this point in the history
(cherry picked from commit 28fa628)
  • Loading branch information
mjforan authored and mergify[bot] committed Aug 21, 2023
1 parent 9c5a705 commit 972a47a
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 @@ -400,7 +400,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 require escape characters for string values, e.g. ``if="$(eval 'variable == \'val1\'')"``.
* ``eval`` and ``dirname`` substitutions require escape characters for string values, e.g. ``if="$(eval '\'$(var variable)\' == \'val1\'')"``.
* ``anon`` substitution is not supported.

Type inference rules
Expand Down

0 comments on commit 972a47a

Please sign in to comment.