You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Composition.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ By making the process layout a deploy-time decision the user can choose between:
25
25
26
26
27
27
* running multiple nodes in separate processes with the benefits of process/fault isolation as well as easier debugging of individual nodes and
28
-
* running multiple nodes in a single process with the lower overhead and optionally more efficient communication (see `Intra Process Communication <../Intra-Process-Communication/>`_).
28
+
* running multiple nodes in a single process with the lower overhead and optionally more efficient communication (see `Intra Process Communication <Intra-Process-Communication>`).
29
29
30
30
The vision is that a future version of ``ros2 launch`` will support making these different deployments easily configurable.
0 commit comments