File tree Expand file tree Collapse file tree 7 files changed +43
-0
lines changed
launch_testing_ament_cmake Expand file tree Collapse file tree 7 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 22Changelog for package launch
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * Let XML executables/nodes be "required" (like in ROS 1) (`#751 <https://github.com/ros2/launch/issues/751 >`_)
8+ * Contributors: Matthew Elwin
9+
5103.2.1 (2023-12-26)
611------------------
712
Original file line number Diff line number Diff line change 22Changelog for package launch_pytest
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+
583.2.1 (2023-12-26)
69------------------
710
Original file line number Diff line number Diff line change 22Changelog for package launch_testing
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+
583.2.1 (2023-12-26)
69------------------
710
Original file line number Diff line number Diff line change 22Changelog for package launch_testing_ament_cmake
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+
583.2.1 (2023-12-26)
69------------------
710
Original file line number Diff line number Diff line change 22Changelog for package launch_xml
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * Let XML executables/nodes be "required" (like in ROS 1) (`#751 <https://github.com/ros2/launch/issues/751 >`_)
8+ * Let XML nodes be "required"
9+ Essentially on_exit="shutdown" is equivalent to ROS 1 required="true".
10+ This feature is implemented using the python launchfile on_exit mechanism.
11+ Right now "shutdown" is the only action accepted by on_exit,
12+ but theoretically more "on_exit" actions could be added later.
13+ Example:
14+ <executable cmd="ls" on_exit="shutdown"/>
15+ * Added tests for yaml
16+ * Contributors: Matthew Elwin
17+
5183.2.1 (2023-12-26)
619------------------
720
Original file line number Diff line number Diff line change 22Changelog for package launch_yaml
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * Let XML executables/nodes be "required" (like in ROS 1) (`#751 <https://github.com/ros2/launch/issues/751 >`_)
8+ * Let XML nodes be "required"
9+ Essentially on_exit="shutdown" is equivalent to ROS 1 required="true".
10+ This feature is implemented using the python launchfile on_exit mechanism.
11+ Right now "shutdown" is the only action accepted by on_exit,
12+ but theoretically more "on_exit" actions could be added later.
13+ Example:
14+ <executable cmd="ls" on_exit="shutdown"/>
15+ * Added tests for yaml
16+ * Contributors: Matthew Elwin
17+
5183.2.1 (2023-12-26)
619------------------
720
Original file line number Diff line number Diff line change 22Changelog for package test_launch_testing
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+
583.2.1 (2023-12-26)
69------------------
710* Update to C++17 (`#742 <https://github.com/ros2/launch/issues/742 >`_)
You can’t perform that action at this time.
0 commit comments