Skip to content

Commit

Permalink
Bump ros2 to 2.1.1 for release (#546)
Browse files Browse the repository at this point in the history
* adding changelogs

* bump 2.1.1
  • Loading branch information
SteveMacenski authored Jun 12, 2020
1 parent 47d3cde commit 26f89ab
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 8 deletions.
1 change: 1 addition & 0 deletions camera_calibration/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Forthcoming
-----------

* Initial ROS2 commit.
* Contributors: Michael Carroll

Expand Down
2 changes: 1 addition & 1 deletion camera_calibration/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>camera_calibration</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>
camera_calibration allows easy calibration of monocular or stereo
cameras using a checkerboard calibration target.
Expand Down
14 changes: 14 additions & 0 deletions depth_image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
* Initial ROS2 commit.
* Contributors: Chris Ye, Michael Carroll

Forthcoming
-----------
* make parameters work in depth_image_proc (`#544 <https://github.com/ros-perception/image_pipeline/issues/544>`_)
* update depth_image_proc components (`#543 <https://github.com/ros-perception/image_pipeline/issues/543>`_)
* update depth_image_proc components
This makes them loadable with the rclcpp_components
interface. I've fully tested PointCloudXYZRGB and
ConvertMetric, my use case doesn't use the others.
I also lack a setup to test the launch files fully,
but ran them with the realsense commented out and
they appear to be OK.
* fix linting
* Contributors: Michael Ferguson

1.12.23 (2018-05-10)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion depth_image_proc/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>depth_image_proc</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>

Contains components for processing depth images such as those
Expand Down
1 change: 1 addition & 0 deletions image_pipeline/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog for package image_pipeline

Forthcoming
-----------

* Initial ROS2 commit.
* Contributors: Michael Carroll

Expand Down
2 changes: 1 addition & 1 deletion image_pipeline/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>image_pipeline</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.</description>
<author>Patrick Mihelich</author>
<author>James Bowman</author>
Expand Down
1 change: 1 addition & 0 deletions image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Forthcoming
-----------

* Initial ROS2 commit.
* Contributors: Michael Carroll

Expand Down
2 changes: 1 addition & 1 deletion image_proc/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>image_proc</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>Single image rectification and color processing.</description>

<maintainer email="[email protected]">Vincent Rabaud</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions image_publisher/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Changelog for package image_publisher
* Initial ROS2 commit.
* Contributors: Chris Ye, Michael Carroll

Forthcoming
-----------

1.12.23 (2018-05-10)
--------------------
* fix 'VideoCapture' undefined symbol error (`#318 <https://github.com/ros-perception/image_pipeline/issues/318>`_)
Expand Down
2 changes: 1 addition & 1 deletion image_publisher/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>image_publisher</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>
<p>
Contains a node publish an image stream from single image file
Expand Down
1 change: 1 addition & 0 deletions image_rotate/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Forthcoming
-----------

* Initial ROS2 commit.
* Contributors: Michael Carroll

Expand Down
2 changes: 1 addition & 1 deletion image_rotate/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>image_rotate</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>
<p>
Contains a node that rotates an image stream in a way that minimizes
Expand Down
6 changes: 6 additions & 0 deletions image_view/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Forthcoming
-----------
* Patch boost failure in image_view (`#541 <https://github.com/ros-perception/image_pipeline/issues/541>`_)
* Patch boost failure in image_view
* remove ros2_deps from circle with new releases
* readd deps
* Contributors: Steve Macenski

* Initial ROS2 commit.
* Contributors: Michael Carroll

Expand Down
2 changes: 1 addition & 1 deletion image_view/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>image_view</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>
A simple viewer for ROS image topics. Includes a specialized viewer
for stereo + disparity images.
Expand Down
1 change: 1 addition & 0 deletions stereo_image_proc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Forthcoming
-----------

* Initial ROS2 commit.
* Contributors: Michael Carroll

Expand Down
2 changes: 1 addition & 1 deletion stereo_image_proc/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>stereo_image_proc</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>Stereo and single image rectification and disparity processing.</description>
<author>Patrick Mihelich</author>
<author>Kurt Konolige</author>
Expand Down

0 comments on commit 26f89ab

Please sign in to comment.