Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JWhitleyWork committed May 27, 2023
1 parent d0f4b71 commit 96035bb
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.4.0 (2023-05-27)
------------------
* Unify tf frame parameters between transform and cloud nodes (`#344 <https://github.com/ros-drivers/velodyne/issues/344>`_) (`#453 <https://github.com/ros-drivers/velodyne/issues/453>`_)
* Unify tf frame parameters between transform and cloud nodes
At this point there is no need any more for cloud node because transform node includes all features of cloud node.
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.3.0</version>
<version>2.4.0</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.4.0 (2023-05-27)
------------------
* Disable cut_angle by default. (`#497 <https://github.com/ros-drivers/velodyne/issues/497>`_)
* Unify tf frame parameters between transform and cloud nodes (`#344 <https://github.com/ros-drivers/velodyne/issues/344>`_) (`#453 <https://github.com/ros-drivers/velodyne/issues/453>`_)
* Unify tf frame parameters between transform and cloud nodes
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.3.0</version>
<version>2.4.0</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.4.0 (2023-05-27)
------------------
* using std::round to calculate the scan array size (`#459 <https://github.com/ros-drivers/velodyne/issues/459>`_)
* Contributors: Gianluca Bardaro

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.3.0</version>
<version>2.4.0</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.4.0 (2023-05-27)
------------------

2.3.0 (2022-07-08)
------------------
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.3.0</version>
<version>2.4.0</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.4.0 (2023-05-27)
------------------
* Add invalid points in organized cloud (`#360 <https://github.com/ros-drivers/velodyne/issues/360>`_) (`#492 <https://github.com/ros-drivers/velodyne/issues/492>`_)
* Set NaN in ordered point cloud in case of no return
* Adapt to current master
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.3.0</version>
<version>2.4.0</version>
<description>
Point cloud conversions for Velodyne 3D LIDARs.
</description>
Expand Down

0 comments on commit 96035bb

Please sign in to comment.