File tree Expand file tree Collapse file tree 9 files changed +19
-5
lines changed Expand file tree Collapse file tree 9 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package cv_bridge
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.1.4 (2020-01-17)
6
+ ------------------
7
+
5
8
2.1.3 (2019-10-23)
6
9
------------------
7
10
* populate array.array directly instead of converting to and from a string (`#305 <https://github.com/ros-perception/vision_opencv/issues/305 >`_)
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >cv_bridge</name >
3
- <version >2.1.3 </version >
3
+ <version >2.1.4 </version >
4
4
<description >
5
5
This contains CvBridge, which converts between ROS2
6
6
Image messages and OpenCV images.
Original file line number Diff line number Diff line change 2
2
Changelog for package image_geometry
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
10
2.1.3 (2019-10-23)
6
11
------------------
7
12
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >image_geometry</name >
3
- <version >2.1.3 </version >
3
+ <version >2.1.4 </version >
4
4
<description >
5
5
`image_geometry` contains C++ and Python libraries for interpreting images
6
6
geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo
Original file line number Diff line number Diff line change 2
2
Changelog for package opencv_tests
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.1.4 (2020-01-17)
6
+ ------------------
7
+
5
8
2.1.3 (2019-10-23)
6
9
------------------
7
10
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >opencv_tests</name >
5
- <version >2.1.3 </version >
5
+ <version >2.1.4 </version >
6
6
<description >
7
7
OpenCV tests for the Python and C++ implementations of CvBridge with Image message in ROS2.
8
8
</description >
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = package_name ,
8
- version = '2.1.2 ' ,
8
+ version = '2.1.4 ' ,
9
9
packages = find_packages (exclude = ['launch' ]),
10
10
data_files = [
11
11
('share/ament_index/resource_index/packages' ,
Original file line number Diff line number Diff line change 2
2
Changelog for package vision_opencv
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.1.4 (2020-01-17)
6
+ ------------------
7
+
5
8
2.1.3 (2019-10-23)
6
9
------------------
7
10
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >vision_opencv</name >
5
- <version >2.1.3 </version >
5
+ <version >2.1.4 </version >
6
6
<description >Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.</description >
7
7
<maintainer email =" ethan.gao@linux.intel.com" >Ethan Gao</maintainer >
8
8
<license >BSD</license >
You can’t perform that action at this time.
0 commit comments