Skip to content

Commit

Permalink
1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@intrinsic.ai>
  • Loading branch information
sloretz committed Sep 13, 2024
1 parent 5067f44 commit 8250c7d
Show file tree
Hide file tree
Showing 52 changed files with 128 additions and 32 deletions.
7 changes: 7 additions & 0 deletions clients/roscpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package roscpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.17.0 (2024-09-13)
-------------------
* Make build compatible with boost 1.73 (`#2348 <https://github.com/ros/ros_comm/issues/2348>`_)
* Added init_options::NoSimTime which disables subscribing to /clock (`#2342 <https://github.com/ros/ros_comm/issues/2342>`_)
* Fix crash during shutdown when explicitly calling ros::start but not ros::shutdown (`#2355 <https://github.com/ros/ros_comm/issues/2355>`_)
* Contributors: David Gossow, Martin Pecka, Robert Haschke

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

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.16.0</version>
<version>1.17.0</version>
<description>
roscpp is a C++ implementation of ROS. It provides
a <a href="http://wiki.ros.org/Client%20Libraries">client
Expand Down
7 changes: 7 additions & 0 deletions clients/rospy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rospy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.17.0 (2024-09-13)
-------------------
* Stop using deprecated logger.warn (`#2191 <https://github.com/ros/ros_comm/issues/2191>`_)
* Expose is_shutdown_requested in rospy module. (`#2267 <https://github.com/ros/ros_comm/issues/2267>`_)
* Fix error "s is not defined" (`#2328 <https://github.com/ros/ros_comm/issues/2328>`_)
* Contributors: Guglielmo Gemignani, Michael Grupp, vineet131

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------

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

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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.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.16.0</version>
<version>1.17.0</version>
<description>
Tests for rostopic.
</description>
Expand Down
9 changes: 9 additions & 0 deletions tools/rosbag/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rosbag
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.17.0 (2024-09-13)
-------------------
* Exposed record snapshot feature to command line. (`#2254 <https://github.com/ros/ros_comm/issues/2254>`_)
* Fix rosbag calling uncallable signal handler object (`#2236 <https://github.com/ros/ros_comm/issues/2236>`_)
* Add --min-space option to the python cli of rosbag record (`#2298 <https://github.com/ros/ros_comm/issues/2298>`_)
* Fix latched topic not latched in splitted rosbags (`#2351 <https://github.com/ros/ros_comm/issues/2351>`_)
* Enable building with boost 1.83.0 (`#2354 <https://github.com/ros/ros_comm/issues/2354>`_)
* Contributors: Blake Anderson, Hugal31, Yannik Nager, Zijun Xu, daizhirui

1.16.0 (2023-02-15)
-------------------
* add missing repeat_latched initialization (`#2314 <https://github.com/ros/ros_comm/issues/2314>`_)
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.16.0</version>
<version>1.17.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
5 changes: 5 additions & 0 deletions tools/rosbag_storage/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosbag_storage
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.17.0 (2024-09-13)
-------------------
* Fix segfault with default-constructed rosbag::ChunkedFile::swap (`#2363 <https://github.com/ros/ros_comm/issues/2363>`_)
* Contributors: Hugal31

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------
* Fixed ROSCONSOLE_FORMAT with microseconds (`#2370 <https://github.com/ros/ros_comm/issues/2370>`_)
* Contributors: Martin Pecka

1.16.0 (2023-02-15)
-------------------
* Fix determining supported kernel version for HTTP 1.1 (`#2202 <https://github.com/ros/ros_comm/issues/2202>`_)
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.16.0</version>
<version>1.17.0</version>
<description>
rosgraph contains the rosgraph command-line tool, which prints
information about the ROS Computation Graph. It also provides an
Expand Down
6 changes: 6 additions & 0 deletions tools/roslaunch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package roslaunch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.17.0 (2024-09-13)
-------------------
* Check if ignore_unset_args is set in xmlloader (`#2217 <https://github.com/ros/ros_comm/issues/2217>`_)
* Remove Python 2 on Windows workaround (`#2364 <https://github.com/ros/ros_comm/issues/2364>`_)
* Contributors: Griffin Tabor, Shingo Kitagawa

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------

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

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.16.0</version>
<version>1.17.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
5 changes: 5 additions & 0 deletions tools/rosnode/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rosnode
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.17.0 (2024-09-13)
-------------------
* Enable rosrun & roslaunch to find rosnode script (`#2262 <https://github.com/ros/ros_comm/issues/2262>`_)
* Contributors: G.A. vd. Hoorn

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------
* Fixed uninitialized Time usage in rosservice call (`#2369 <https://github.com/ros/ros_comm/issues/2369>`_)
* Contributors: Martin Pecka

1.16.0 (2023-02-15)
-------------------
* --noarr and --nostr option in rosservice call (`#2307 <https://github.com/ros/ros_comm/issues/2307>`_)
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.16.0</version>
<version>1.17.0</version>
<description>
rosservice contains the rosservice command-line tool for listing
and querying ROS <a
Expand Down
7 changes: 7 additions & 0 deletions tools/rostest/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rostest
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.17.0 (2024-09-13)
-------------------
* Add new rostest utility subscribetest (`#2184 <https://github.com/ros/ros_comm/issues/2184>`_)
* Fix use of undelcared variable t_start (`#2183 <https://github.com/ros/ros_comm/issues/2183>`_)
* Fix rostest target names when build directory is inside source directory (`#2361 <https://github.com/ros/ros_comm/issues/2361>`_)
* Contributors: Kei Okada, Michael Görner

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

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.16.0</version>
<version>1.17.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.17.0 (2024-09-13)
-------------------

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

Expand Down
Loading

0 comments on commit 8250c7d

Please sign in to comment.