Skip to content

Commit 001e7a1

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent d0e66c0 commit 001e7a1

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

launch_ros/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package launch_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* fix bug in warning when an entry point fails to load (`#243 <https://github.com/ros2/launch_ros/issues/243>`_)
8+
* More Helpful Error Messages (`#275 <https://github.com/ros2/launch_ros/issues/275>`_)
9+
* Update maintainers in setup.py (`#287 <https://github.com/ros2/launch_ros/issues/287>`_)
10+
* Set parameters from file for composable nodes (`#281 <https://github.com/ros2/launch_ros/issues/281>`_)
11+
* Update package maintainers (`#284 <https://github.com/ros2/launch_ros/issues/284>`_)
12+
* Update node name matcher (`#282 <https://github.com/ros2/launch_ros/issues/282>`_)
13+
* Support both parameter file configurations for composable nodes (`#259 <https://github.com/ros2/launch_ros/issues/259>`_)
14+
* Contributors: Aditya Pande, Audrow Nash, David V. Lu!!, Jacob Perron, Michel Hidalgo, Rebecca Butler, William Woodall
15+
516
0.15.0 (2021-10-07)
617
-------------------
718
* Handle substitutions in RosTimer (`#264 <https://github.com/ros2/launch_ros/issues/264>`_)

launch_testing_ros/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package launch_testing_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainers in setup.py (`#287 <https://github.com/ros2/launch_ros/issues/287>`_)
8+
* Move pytest entrypoints to own module (`#278 <https://github.com/ros2/launch_ros/issues/278>`_)
9+
* Update package maintainers (`#284 <https://github.com/ros2/launch_ros/issues/284>`_)
10+
* Check that future is done, and always call rclpy.shutdown (`#273 <https://github.com/ros2/launch_ros/issues/273>`_)
11+
* Revert "launch testing : Wait for topics to publish (`#274 <https://github.com/ros2/launch_ros/issues/274>`_)" (`#276 <https://github.com/ros2/launch_ros/issues/276>`_)
12+
* Contributors: Audrow Nash, Jorge Perez, Michel Hidalgo, Shane Loretz
13+
514
0.15.0 (2021-10-07)
615
-------------------
716
* Add WaitForTopics utility for waiting on publishers (`#274 <https://github.com/ros2/launch_ros/issues/274>`_)

ros2launch/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package ros2launch
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainers in setup.py (`#287 <https://github.com/ros2/launch_ros/issues/287>`_)
8+
* Use frontend group dependency & explicit dependencies in ros2launch (`#256 <https://github.com/ros2/launch_ros/issues/256>`_)
9+
* Update package maintainers (`#284 <https://github.com/ros2/launch_ros/issues/284>`_)
10+
* Contributors: Audrow Nash, Christophe Bedard, Michel Hidalgo
11+
512
0.15.0 (2021-10-07)
613
-------------------
714
* Add regex filter for selective launch-prefix application (`#261 <https://github.com/ros2/launch_ros/issues/261>`_)

test_launch_ros/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog for package test_launch_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* More Helpful Error Messages (`#275 <https://github.com/ros2/launch_ros/issues/275>`_)
8+
* Update maintainers in setup.py (`#287 <https://github.com/ros2/launch_ros/issues/287>`_)
9+
* Set parameters from file for composable nodes (`#281 <https://github.com/ros2/launch_ros/issues/281>`_)
10+
* Update package maintainers (`#284 <https://github.com/ros2/launch_ros/issues/284>`_)
11+
* Update node name matcher (`#282 <https://github.com/ros2/launch_ros/issues/282>`_)
12+
* Support both parameter file configurations for composable nodes (`#259 <https://github.com/ros2/launch_ros/issues/259>`_)
13+
* Contributors: Aditya Pande, Audrow Nash, David V. Lu!!, Jacob Perron, Michel Hidalgo, Rebecca Butler
14+
515
0.15.0 (2021-10-07)
616
-------------------
717
* Shutdown context after test (`#267 <https://github.com/ros2/launch_ros/issues/267>`_)

0 commit comments

Comments
 (0)