Skip to content

Commit

Permalink
Improve eval documentation in migration guide (ros2#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjforan committed Aug 21, 2023
1 parent a2ba590 commit 28fa628
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 28fa628

Please sign in to comment.