Skip to content

Commit 26f89ab

Browse files
Bump ros2 to 2.1.1 for release (#546)
* adding changelogs * bump 2.1.1
1 parent 47d3cde commit 26f89ab

File tree

16 files changed

+36
-8
lines changed

16 files changed

+36
-8
lines changed

camera_calibration/CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Forthcoming
22
-----------
3+
34
* Initial ROS2 commit.
45
* Contributors: Michael Carroll
56

camera_calibration/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>camera_calibration</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66
<description>
77
camera_calibration allows easy calibration of monocular or stereo
88
cameras using a checkerboard calibration target.

depth_image_proc/CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@
3939
* Initial ROS2 commit.
4040
* Contributors: Chris Ye, Michael Carroll
4141

42+
Forthcoming
43+
-----------
44+
* make parameters work in depth_image_proc (`#544 <https://github.com/ros-perception/image_pipeline/issues/544>`_)
45+
* update depth_image_proc components (`#543 <https://github.com/ros-perception/image_pipeline/issues/543>`_)
46+
* update depth_image_proc components
47+
This makes them loadable with the rclcpp_components
48+
interface. I've fully tested PointCloudXYZRGB and
49+
ConvertMetric, my use case doesn't use the others.
50+
I also lack a setup to test the launch files fully,
51+
but ran them with the realsense commented out and
52+
they appear to be OK.
53+
* fix linting
54+
* Contributors: Michael Ferguson
55+
4256
1.12.23 (2018-05-10)
4357
--------------------
4458

depth_image_proc/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>depth_image_proc</name>
3-
<version>2.1.0</version>
3+
<version>2.1.1</version>
44
<description>
55

66
Contains components for processing depth images such as those

image_pipeline/CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog for package image_pipeline
44

55
Forthcoming
66
-----------
7+
78
* Initial ROS2 commit.
89
* Contributors: Michael Carroll
910

image_pipeline/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>image_pipeline</name>
3-
<version>2.1.0</version>
3+
<version>2.1.1</version>
44
<description>image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.</description>
55
<author>Patrick Mihelich</author>
66
<author>James Bowman</author>

image_proc/CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Forthcoming
22
-----------
3+
34
* Initial ROS2 commit.
45
* Contributors: Michael Carroll
56

image_proc/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>image_proc</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66
<description>Single image rectification and color processing.</description>
77

88
<maintainer email="[email protected]">Vincent Rabaud</maintainer>

image_publisher/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Changelog for package image_publisher
1414
* Initial ROS2 commit.
1515
* Contributors: Chris Ye, Michael Carroll
1616

17+
Forthcoming
18+
-----------
19+
1720
1.12.23 (2018-05-10)
1821
--------------------
1922
* fix 'VideoCapture' undefined symbol error (`#318 <https://github.com/ros-perception/image_pipeline/issues/318>`_)

image_publisher/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>image_publisher</name>
3-
<version>2.1.0</version>
3+
<version>2.1.1</version>
44
<description>
55
<p>
66
Contains a node publish an image stream from single image file

image_rotate/CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Forthcoming
22
-----------
3+
34
* Initial ROS2 commit.
45
* Contributors: Michael Carroll
56

image_rotate/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>image_rotate</name>
3-
<version>2.1.0</version>
3+
<version>2.1.1</version>
44
<description>
55
<p>
66
Contains a node that rotates an image stream in a way that minimizes

image_view/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Forthcoming
22
-----------
3+
* Patch boost failure in image_view (`#541 <https://github.com/ros-perception/image_pipeline/issues/541>`_)
4+
* Patch boost failure in image_view
5+
* remove ros2_deps from circle with new releases
6+
* readd deps
7+
* Contributors: Steve Macenski
8+
39
* Initial ROS2 commit.
410
* Contributors: Michael Carroll
511

image_view/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>image_view</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66
<description>
77
A simple viewer for ROS image topics. Includes a specialized viewer
88
for stereo + disparity images.

stereo_image_proc/CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Forthcoming
22
-----------
3+
34
* Initial ROS2 commit.
45
* Contributors: Michael Carroll
56

stereo_image_proc/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>stereo_image_proc</name>
3-
<version>2.1.0</version>
3+
<version>2.1.1</version>
44
<description>Stereo and single image rectification and disparity processing.</description>
55
<author>Patrick Mihelich</author>
66
<author>Kurt Konolige</author>

0 commit comments

Comments
 (0)