Skip to content

Commit 89faa69

Browse files
committed
1.7.0
1 parent a35bdac commit 89faa69

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

velodyne/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change history
22
==============
33

4-
Forthcoming
5-
-----------
4+
1.7.0 (2022-07-08)
5+
------------------
66

77
1.6.1 (2020-11-09)
88
------------------

velodyne/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>velodyne</name>
4-
<version>1.6.1</version>
4+
<version>1.7.0</version>
55
<description>
66
Basic ROS support for the Velodyne 3D LIDARs.
77
</description>

velodyne_driver/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change history
22
==============
33

4-
Forthcoming
5-
-----------
4+
1.7.0 (2022-07-08)
5+
------------------
66
* Fix non-responsive node on packet timeout (`#466 <https://github.com/ros-drivers/velodyne/issues/466>`_)
77
* No abort on packet timeout
88
Changed getPacket() to return 0 on timeout and 1 on success.

velodyne_driver/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>velodyne_driver</name>
4-
<version>1.6.1</version>
4+
<version>1.7.0</version>
55
<description>
66
ROS device driver for Velodyne 3D LIDARs.
77
</description>

velodyne_laserscan/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package velodyne_laserscan
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.7.0 (2022-07-08)
6+
------------------
77

88
1.6.1 (2020-11-09)
99
------------------

velodyne_laserscan/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>velodyne_laserscan</name>
4-
<version>1.6.1</version>
4+
<version>1.7.0</version>
55
<description>
66
Extract a single ring of a Velodyne PointCloud2 and publish it as a LaserScan message
77
</description>

velodyne_msgs/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change history
22
==============
33

4-
Forthcoming
5-
-----------
4+
1.7.0 (2022-07-08)
5+
------------------
66

77
1.6.1 (2020-11-09)
88
------------------

velodyne_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>velodyne_msgs</name>
4-
<version>1.6.1</version>
4+
<version>1.7.0</version>
55
<description>
66
ROS message definitions for Velodyne 3D LIDARs.
77
</description>

velodyne_pcl/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package velodyne_pcl
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.7.0 (2022-07-08)
6+
------------------
77
* Use std::uint16_t to reduce build warnings from PCL (`#449 <https://github.com/ros-drivers/velodyne/issues/449>`_)
88
* Contributors: icolwell-as
99

velodyne_pcl/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
22
<package format="3">
33
<name>velodyne_pcl</name>
4-
<version>1.6.1</version>
4+
<version>1.7.0</version>
55
<description>The velodyne_pcl package</description>
66

77
<maintainer email="[email protected]">Josh Whitley</maintainer>

velodyne_pointcloud/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change history
22
==============
33

4-
Forthcoming
5-
-----------
4+
1.7.0 (2022-07-08)
5+
------------------
66
* build timings in offline setup (`#428 <https://github.com/ros-drivers/velodyne/issues/428>`_)
77
Currently when using the offline setup, it does not build the per-point timing offsets which means when unpacking the packets in the offline mode, you cannot timestamp each point with its packet time.
88
This commit does the following:

velodyne_pointcloud/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>velodyne_pointcloud</name>
4-
<version>1.6.1</version>
4+
<version>1.7.0</version>
55
<description>
66
Point cloud conversions for Velodyne 3D LIDARs.
77
</description>

0 commit comments

Comments
 (0)