Skip to content

Commit 0a7c6c1

Browse files
committed
0.15.0
1 parent bbcc0cc commit 0a7c6c1

File tree

12 files changed

+50
-8
lines changed

12 files changed

+50
-8
lines changed

launch_ros/CHANGELOG.rst

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

5+
0.15.0 (2021-10-07)
6+
-------------------
7+
* Handle substitutions in RosTimer (`#264 <https://github.com/ros2/launch_ros/issues/264>`_)
8+
* Add SetParametersFromFile action (`#260 <https://github.com/ros2/launch_ros/issues/260>`_)
9+
* Properly support ros_args attribute through launch frontends (`#253 <https://github.com/ros2/launch_ros/issues/253>`_)
10+
* Add 'push_ros_namespace' alias to 'push-ros-namespace' (`#250 <https://github.com/ros2/launch_ros/issues/250>`_)
11+
* Add ros_arguments option to Node action (`#249 <https://github.com/ros2/launch_ros/issues/249>`_)
12+
* Refactor RosTimer to extend TimerAction (`#248 <https://github.com/ros2/launch_ros/issues/248>`_)
13+
* ROS Timer Action (`#244 <https://github.com/ros2/launch_ros/issues/244>`_)
14+
* Support container in frontend (`#235 <https://github.com/ros2/launch_ros/issues/235>`_)
15+
* Fix a small typo in a comment (`#237 <https://github.com/ros2/launch_ros/issues/237>`_)
16+
* Better document parameter handling in Node (`#234 <https://github.com/ros2/launch_ros/issues/234>`_)
17+
* Contributors: Aditya Pande, Chris Lalancette, Christophe Bedard, Felix Divo, Jacob Perron, Kenji Miyake, Rebecca Butler
18+
519
0.14.2 (2021-04-26)
620
-------------------
721

launch_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>launch_ros</name>
7-
<version>0.14.2</version>
7+
<version>0.15.0</version>
88
<description>ROS specific extensions to the launch tool.</description>
99
<maintainer email="[email protected]">Jacob Perron</maintainer>
1010
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

launch_ros/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.14.2',
8+
version='0.15.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

launch_testing_ros/CHANGELOG.rst

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

5+
0.15.0 (2021-10-07)
6+
-------------------
7+
* Add WaitForTopics utility for waiting on publishers (`#274 <https://github.com/ros2/launch_ros/issues/274>`_)
8+
* Remove unused code, Future.result() already raises (`#270 <https://github.com/ros2/launch_ros/issues/270>`_)
9+
* Add timeout to wait for service response in example (`#271 <https://github.com/ros2/launch_ros/issues/271>`_)
10+
* Add examples (`#263 <https://github.com/ros2/launch_ros/issues/263>`_)
11+
* Contributors: Aditya Pande, Shane Loretz
12+
513
0.14.2 (2021-04-26)
614
-------------------
715
* Use underscores in setup.cfg instead of dashes. (`#227 <https://github.com/ros2/launch_ros/issues/227>`_)

launch_testing_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>launch_testing_ros</name>
5-
<version>0.14.2</version>
5+
<version>0.15.0</version>
66
<description>A package providing utilities for writing ROS2 enabled launch tests.</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<maintainer email="[email protected]">Michael Jeronimo</maintainer>

launch_testing_ros/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='launch_testing_ros',
8-
version='0.14.2',
8+
version='0.15.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/ament_index/resource_index/packages', ['resource/launch_testing_ros']),

ros2launch/CHANGELOG.rst

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

5+
0.15.0 (2021-10-07)
6+
-------------------
7+
* Add regex filter for selective launch-prefix application (`#261 <https://github.com/ros2/launch_ros/issues/261>`_)
8+
* Resolves `#37 <https://github.com/ros2/launch_ros/issues/37>`_ - Added --launch-prefix argument for 'ros2 launch' command (`#254 <https://github.com/ros2/launch_ros/issues/254>`_)
9+
* Use sets of file extensions provided by parser extensions (`#252 <https://github.com/ros2/launch_ros/issues/252>`_)
10+
* Simplify logic to fix absolute paths (`#230 <https://github.com/ros2/launch_ros/issues/230>`_)
11+
* Contributors: Cameron Miller, Christophe Bedard, rob-clarke
12+
513
0.14.2 (2021-04-26)
614
-------------------
715

ros2launch/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>ros2launch</name>
7-
<version>0.14.2</version>
7+
<version>0.15.0</version>
88
<description>
99
The launch command for ROS 2 command line tools.
1010
</description>

ros2launch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.14.2',
8+
version='0.15.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

test_launch_ros/CHANGELOG.rst

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

5+
0.15.0 (2021-10-07)
6+
-------------------
7+
* Shutdown context after test (`#267 <https://github.com/ros2/launch_ros/issues/267>`_)
8+
* Handle substitutions in RosTimer (`#264 <https://github.com/ros2/launch_ros/issues/264>`_)
9+
* Add SetParametersFromFile action (`#260 <https://github.com/ros2/launch_ros/issues/260>`_)
10+
* Properly support ros_args attribute through launch frontends (`#253 <https://github.com/ros2/launch_ros/issues/253>`_)
11+
* Add 'push_ros_namespace' alias to 'push-ros-namespace' (`#250 <https://github.com/ros2/launch_ros/issues/250>`_)
12+
* Add ros_arguments option to Node action (`#249 <https://github.com/ros2/launch_ros/issues/249>`_)
13+
* ROS Timer Action (`#244 <https://github.com/ros2/launch_ros/issues/244>`_)
14+
* Support container in frontend (`#235 <https://github.com/ros2/launch_ros/issues/235>`_)
15+
* Contributors: Aditya Pande, Christophe Bedard, Jacob Perron, Kenji Miyake, Rebecca Butler
16+
517
0.14.2 (2021-04-26)
618
-------------------
719

0 commit comments

Comments
 (0)