Skip to content

Commit 68200b2

Browse files
jacobperronivanpauno
authored andcommitted
Update launch frontend <let> attribute (#267)
Signed-off-by: Jacob Perron <[email protected]>
1 parent adafb57 commit 68200b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/151_roslaunch_xml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ The `<let>` tags allows for definition of scoped launch file configuration varia
9595
##### Examples
9696

9797
```
98-
<let var="foo" value="$(env BAR)"/>
99-
<let var="baz" value="false"/>
98+
<let name="foo" value="$(env BAR)"/>
99+
<let name="baz" value="false"/>
100100
```
101101

102102
#### `<arg>` Tag

0 commit comments

Comments
 (0)