Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Oct 31, 2024
1 parent 5b50bbc commit 0f2a3bb
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions velodyne/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change history
==============

Forthcoming
-----------
2.5.1 (2024-10-31)
------------------

2.5.0 (2024-10-30)
------------------
Expand Down
2 changes: 1 addition & 1 deletion velodyne/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>velodyne</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
Basic ROS support for the Velodyne 3D LIDARs.
</description>
Expand Down
4 changes: 2 additions & 2 deletions velodyne_driver/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change history
==============

Forthcoming
-----------
2.5.1 (2024-10-31)
------------------

2.5.0 (2024-10-30)
------------------
Expand Down
2 changes: 1 addition & 1 deletion velodyne_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>velodyne_driver</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
ROS device driver for Velodyne 3D LIDARs.
</description>
Expand Down
4 changes: 2 additions & 2 deletions velodyne_laserscan/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package velodyne_laserscan
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.5.1 (2024-10-31)
------------------

2.5.0 (2024-10-30)
------------------
Expand Down
2 changes: 1 addition & 1 deletion velodyne_laserscan/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>velodyne_laserscan</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
Extract a single ring of a Velodyne PointCloud2 and publish it as a LaserScan message
</description>
Expand Down
4 changes: 2 additions & 2 deletions velodyne_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change history
==============

Forthcoming
-----------
2.5.1 (2024-10-31)
------------------

2.5.0 (2024-10-30)
------------------
Expand Down
2 changes: 1 addition & 1 deletion velodyne_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>velodyne_msgs</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
ROS message definitions for Velodyne 3D LIDARs.
</description>
Expand Down
4 changes: 2 additions & 2 deletions velodyne_pointcloud/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change history
==============

Forthcoming
-----------
2.5.1 (2024-10-31)
------------------
* Fix compiling on RHEL-8. (`#549 <https://github.com/ros-drivers/velodyne/issues/549>`_)
* Contributors: Chris Lalancette

Expand Down
2 changes: 1 addition & 1 deletion velodyne_pointcloud/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>velodyne_pointcloud</name>
<version>2.5.0</version>
<version>2.5.1</version>
<description>
Point cloud conversions for Velodyne 3D LIDARs.
</description>
Expand Down

0 comments on commit 0f2a3bb

Please sign in to comment.