Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Tutorials/Launch-system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `design document (in review) <https://github.com/ros2/design/pull/163>`__ de
2020
Example of ROS 2 launch concepts
2121
--------------------------------
2222

23-
The launch file in `this example <https://github.com/ros2/launch/blob/master/launch_ros/examples/lifecycle_pub_sub_launch.py>`__ launches two nodes, one of which is a node with a `managed lifecycle <Managed-Nodes>` (a "lifecycle node").
23+
The launch file in `this example <https://github.com/ros2/launch_ros/blob/master/launch_ros/examples/lifecycle_pub_sub_launch.py>`__ launches two nodes, one of which is a node with a `managed lifecycle <Managed-Nodes>` (a "lifecycle node").
2424
Lifecycle nodes launched through ``launch_ros`` automatically emit *events* when they transition between states.
2525
The events can then be acted on through the launch framework, e.g. by emitting other events (such as requesting another state transition, which lifecycle nodes launched through ``launch_ros`` automatically have event handlers for) or triggering other *actions* (e.g. starting another node).
2626

0 commit comments

Comments
 (0)