Skip to content

Commit 3b8216e

Browse files
committed
2.1.4
1 parent 312ce6c commit 3b8216e

File tree

9 files changed

+19
-5
lines changed

9 files changed

+19
-5
lines changed

cv_bridge/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package cv_bridge
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.4 (2020-01-17)
6+
------------------
7+
58
2.1.3 (2019-10-23)
69
------------------
710
* populate array.array directly instead of converting to and from a string (`#305 <https://github.com/ros-perception/vision_opencv/issues/305>`_)

cv_bridge/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>cv_bridge</name>
3-
<version>2.1.3</version>
3+
<version>2.1.4</version>
44
<description>
55
This contains CvBridge, which converts between ROS2
66
Image messages and OpenCV images.

image_geometry/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package image_geometry
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.4 (2020-01-17)
6+
------------------
7+
* Updated fromCameraInfo function to match ROS2 CameraInfo message (`#295 <https://github.com/ros-perception/vision_opencv/issues/295>`_)
8+
* Contributors: Luca Della Vedova
9+
510
2.1.3 (2019-10-23)
611
------------------
712

image_geometry/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>image_geometry</name>
3-
<version>2.1.3</version>
3+
<version>2.1.4</version>
44
<description>
55
`image_geometry` contains C++ and Python libraries for interpreting images
66
geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo

opencv_tests/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package opencv_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.4 (2020-01-17)
6+
------------------
7+
58
2.1.3 (2019-10-23)
69
------------------
710

opencv_tests/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>opencv_tests</name>
5-
<version>2.1.3</version>
5+
<version>2.1.4</version>
66
<description>
77
OpenCV tests for the Python and C++ implementations of CvBridge with Image message in ROS2.
88
</description>

opencv_tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='2.1.2',
8+
version='2.1.4',
99
packages=find_packages(exclude=['launch']),
1010
data_files=[
1111
('share/ament_index/resource_index/packages',

vision_opencv/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package vision_opencv
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.1.4 (2020-01-17)
6+
------------------
7+
58
2.1.3 (2019-10-23)
69
------------------
710

vision_opencv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>vision_opencv</name>
5-
<version>2.1.3</version>
5+
<version>2.1.4</version>
66
<description>Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.</description>
77
<maintainer email="ethan.gao@linux.intel.com">Ethan Gao</maintainer>
88
<license>BSD</license>

0 commit comments

Comments
 (0)