Skip to content

Commit 33f59e5

Browse files
committedApr 30, 2018
1.13.0
1 parent 5d35f24 commit 33f59e5

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed
 

‎cv_bridge/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.13.0 (2018-04-30)
6+
-------------------
77
* Use rosdep OpenCV and not ROS one.
88
We defintely don't need the whole OpenCV.
99
We need to clean the rosdep keys.

‎cv_bridge/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>cv_bridge</name>
3-
<version>1.12.8</version>
3+
<version>1.13.0</version>
44
<description>
55
This contains CvBridge, which converts between ROS
66
Image messages and OpenCV images.

‎image_geometry/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.13.0 (2018-04-30)
6+
-------------------
77
* Use rosdep OpenCV and not ROS one.
88
We defintely don't need the whole OpenCV.
99
We need to clean the rosdep keys.

‎image_geometry/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>image_geometry</name>
3-
<version>1.12.8</version>
3+
<version>1.13.0</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

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

5-
Forthcoming
6-
-----------
5+
1.13.0 (2018-04-30)
6+
-------------------
77

88
1.12.8 (2018-04-17)
99
-------------------

‎opencv_tests/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>opencv_tests</name>
3-
<version>1.12.8</version>
3+
<version>1.13.0</version>
44
<description>
55
Tests the enumerants of the ROS Image message, and functionally tests the Python and C++ implementations of CvBridge.
66
</description>

‎vision_opencv/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.13.0 (2018-04-30)
6+
-------------------
77

88
1.12.8 (2018-04-17)
99
-------------------

‎vision_opencv/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>vision_opencv</name>
3-
<version>1.12.8</version>
3+
<version>1.13.0</version>
44
<description>Packages for interfacing ROS with OpenCV, a library of programming functions for real time computer vision.</description>
55
<author>Patrick Mihelich</author>
66
<author>James Bowman</author>

0 commit comments

Comments
 (0)
Please sign in to comment.