Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0f4dee

Browse files
committed
3.0.1
1 parent a0bdd94 commit b0f4dee

File tree

19 files changed

+28
-28
lines changed

19 files changed

+28
-28
lines changed

camera_calibration/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package camera_calibration
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
3.0.1 (2022-12-04)
6+
------------------
77
* add python3-opencv to camera calibration dependency
88
* port changes from `#755 <https://github.com/ros-perception/image_pipeline/issues/755>`_ to rolling branch
99
* Contributors: Kenji Brameld

camera_calibration/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>camera_calibration</name>
5-
<version>3.0.0</version>
5+
<version>3.0.1</version>
66
<description>
77
camera_calibration allows easy calibration of monocular or stereo
88
cameras using a checkerboard calibration target.

camera_calibration/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='3.0.0',
8+
version='3.0.1',
99
packages=["camera_calibration", "camera_calibration.nodes"],
1010
data_files=[
1111
('share/ament_index/resource_index/packages',

depth_image_proc/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package depth_image_proc
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
3.0.1 (2022-12-04)
6+
------------------
77
* Replace deprecated headers
88
Fixing compiler warnings.
99
* Contributors: Jacob Perron

depth_image_proc/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>depth_image_proc</name>
5-
<version>3.0.0</version>
5+
<version>3.0.1</version>
66
<description>
77

88
Contains components for processing depth images such as those

image_pipeline/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package image_pipeline
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
3.0.1 (2022-12-04)
6+
------------------
77

88
3.0.0 (2022-04-29)
99
------------------

image_pipeline/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>image_pipeline</name>
5-
<version>3.0.0</version>
5+
<version>3.0.1</version>
66
<description>image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.</description>
77

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

image_proc/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package image_proc
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
3.0.1 (2022-12-04)
6+
------------------
77
* Replace deprecated headers
88
Fixing compiler warnings.
99
* add NOLINT to keep cpplint happy about curly brace being on new line

image_proc/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>image_proc</name>
5-
<version>3.0.0</version>
5+
<version>3.0.1</version>
66
<description>Single image rectification and color processing.</description>
77

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

image_publisher/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package image_publisher
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
3.0.1 (2022-12-04)
6+
------------------
77
* Replace deprecated headers
88
Fixing compiler warnings.
99
* Contributors: Jacob Perron

0 commit comments

Comments
 (0)