Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JWhitleyWork committed Jul 8, 2022
1 parent a35bdac commit 89faa69
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 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
-----------
1.7.0 (2022-07-08)
------------------

1.6.1 (2020-11-09)
------------------
Expand Down
2 changes: 1 addition & 1 deletion velodyne/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>velodyne</name>
<version>1.6.1</version>
<version>1.7.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
-----------
1.7.0 (2022-07-08)
------------------
* Fix non-responsive node on packet timeout (`#466 <https://github.com/ros-drivers/velodyne/issues/466>`_)
* No abort on packet timeout
Changed getPacket() to return 0 on timeout and 1 on success.
Expand Down
2 changes: 1 addition & 1 deletion velodyne_driver/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>velodyne_driver</name>
<version>1.6.1</version>
<version>1.7.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
-----------
1.7.0 (2022-07-08)
------------------

1.6.1 (2020-11-09)
------------------
Expand Down
2 changes: 1 addition & 1 deletion velodyne_laserscan/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>velodyne_laserscan</name>
<version>1.6.1</version>
<version>1.7.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
-----------
1.7.0 (2022-07-08)
------------------

1.6.1 (2020-11-09)
------------------
Expand Down
2 changes: 1 addition & 1 deletion velodyne_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>velodyne_msgs</name>
<version>1.6.1</version>
<version>1.7.0</version>
<description>
ROS message definitions for Velodyne 3D LIDARs.
</description>
Expand Down
4 changes: 2 additions & 2 deletions velodyne_pcl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package velodyne_pcl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Expand Down
2 changes: 1 addition & 1 deletion velodyne_pcl/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>velodyne_pcl</name>
<version>1.6.1</version>
<version>1.7.0</version>
<description>The velodyne_pcl package</description>

<maintainer email="[email protected]">Josh Whitley</maintainer>
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
-----------
1.7.0 (2022-07-08)
------------------
* build timings in offline setup (`#428 <https://github.com/ros-drivers/velodyne/issues/428>`_)
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.
This commit does the following:
Expand Down
2 changes: 1 addition & 1 deletion velodyne_pointcloud/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>velodyne_pointcloud</name>
<version>1.6.1</version>
<version>1.7.0</version>
<description>
Point cloud conversions for Velodyne 3D LIDARs.
</description>
Expand Down

0 comments on commit 89faa69

Please sign in to comment.