Commit 67e4688
authored
Update example_substitutions_launch.py (#5766)
Fixed a typo on Line 37.
'turtlesim_msgs/srv/spawn' -> 'turtlesim/srv/spawn'
The original was using an incorrect interface name
Signed-off-by: Shreyas Bhat <[email protected]>1 parent a1e7fd5 commit 67e4688
File tree
1 file changed
+1
-1
lines changed- source/Tutorials/Intermediate/Launch/launch
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments