Skip to content

Commit

Permalink
1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Feb 15, 2023
1 parent dd6dfc5 commit 842f0f0
Show file tree
Hide file tree
Showing 52 changed files with 98 additions and 32 deletions.
3 changes: 3 additions & 0 deletions clients/roscpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package roscpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion clients/roscpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>roscpp</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
roscpp is a C++ implementation of ROS. It provides
a <a href="http://wiki.ros.org/Client%20Libraries">client
Expand Down
3 changes: 3 additions & 0 deletions clients/rospy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rospy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion clients/rospy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rospy</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rospy is a pure Python client library for ROS. The rospy client
API enables Python programmers to quickly interface with ROS <a
Expand Down
3 changes: 3 additions & 0 deletions ros_comm/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros_comm
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion ros_comm/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>ros_comm</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
ROS communications-related packages, including core client libraries (roscpp, rospy) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rosbag/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_rosbag</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
A package containing the unit tests for rosbag.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rosbag_storage/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_rosbag_storage</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
A package containing the unit tests for rosbag_storage.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_roscpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_roscpp</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Tests for roscpp which depend on rostest.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rosgraph/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_rosgraph</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Tests for rosgraph which depend on rostest.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_roslaunch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_roslaunch</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Tests for roslaunch which depend on rostest.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_roslib_comm/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_roslib_comm</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Unit tests verifying that roslib is operating as expected.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rosmaster/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_rosmaster</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Tests for rosmaster which depend on rostest.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rosparam/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_rosparam</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
A package containing the unit tests for rosparam.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rospy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_rospy</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rospy unit and integration test framework.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rosservice/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_rosservice</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Tests for the rosservice tool.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rostest/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_rostest</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Tests for rostest.
</description>
Expand Down
2 changes: 1 addition & 1 deletion test/test_rostopic/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>test_rostopic</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Tests for rostopic.
</description>
Expand Down
5 changes: 5 additions & 0 deletions tools/rosbag/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosbag
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------
* add missing repeat_latched initialization (`#2314 <https://github.com/ros/ros_comm/issues/2314>`_)
* Contributors: Robin Vanhove

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosbag/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosbag</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
This is a set of tools for recording from and playing back to ROS
topics. It is intended to be high performance and avoids
Expand Down
3 changes: 3 additions & 0 deletions tools/rosbag_storage/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosbag_storage
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosbag_storage/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>rosbag_storage</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
This is a set of tools for recording from and playing back ROS
message without relying on the ROS client library.
Expand Down
5 changes: 5 additions & 0 deletions tools/rosgraph/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosgraph
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------
* Fix determining supported kernel version for HTTP 1.1 (`#2202 <https://github.com/ros/ros_comm/issues/2202>`_)
* Contributors: Martin Pecka

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosgraph/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosgraph</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rosgraph contains the rosgraph command-line tool, which prints
information about the ROS Computation Graph. It also provides an
Expand Down
3 changes: 3 additions & 0 deletions tools/roslaunch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package roslaunch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/roslaunch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>roslaunch</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
roslaunch is a tool for easily launching multiple ROS <a
href="http://ros.org/wiki/Nodes">nodes</a> locally and remotely
Expand Down
3 changes: 3 additions & 0 deletions tools/rosmaster/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosmaster
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosmaster/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosmaster</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
ROS <a href="http://ros.org/wiki/Master">Master</a> implementation.
</description>
Expand Down
3 changes: 3 additions & 0 deletions tools/rosmsg/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosmsg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosmsg/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosmsg</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rosmsg contains two command-line tools: <tt>rosmsg</tt> and
<tt>rossrv</tt>. <tt>rosmsg</tt> is a command-line tool for
Expand Down
3 changes: 3 additions & 0 deletions tools/rosnode/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosnode
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosnode/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>rosnode</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rosnode is a command-line tool for displaying debug information
about ROS <a href="http://wiki.ros.org/Nodes">Nodes</a>,
Expand Down
3 changes: 3 additions & 0 deletions tools/rosout/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosout
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosout/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>rosout</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
System-wide logging mechanism for messages sent to the /rosout topic.
</description>
Expand Down
3 changes: 3 additions & 0 deletions tools/rosparam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rosparam
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosparam/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosparam</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rosparam contains the rosparam command-line tool for getting and
setting ROS Parameters on the <a
Expand Down
5 changes: 5 additions & 0 deletions tools/rosservice/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosservice
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------
* --noarr and --nostr option in rosservice call (`#2307 <https://github.com/ros/ros_comm/issues/2307>`_)
* Contributors: Shingo Kitagawa

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rosservice/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>rosservice</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rosservice contains the rosservice command-line tool for listing
and querying ROS <a
Expand Down
3 changes: 3 additions & 0 deletions tools/rostest/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rostest
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rostest/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>rostest</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
Integration test suite based on roslaunch that is compatible with xUnit frameworks.
</description>
Expand Down
3 changes: 3 additions & 0 deletions tools/rostopic/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rostopic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
2 changes: 1 addition & 1 deletion tools/rostopic/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>rostopic</name>
<version>1.15.15</version>
<version>1.16.0</version>
<description>
rostopic contains the rostopic command-line tool for displaying
debug information about
Expand Down
3 changes: 3 additions & 0 deletions tools/topic_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package topic_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.16.0 (2023-02-15)
-------------------

1.15.15 (2022-11-23)
--------------------
* Move @jacobperron from maintainer to author (`#2302 <https://github.com/ros/ros_comm/issues/2302>`_)
Expand Down
Loading

0 comments on commit 842f0f0

Please sign in to comment.