diff --git a/camera_calibration/package.xml b/camera_calibration/package.xml index 0fe9b9b5..4a3a871e 100644 --- a/camera_calibration/package.xml +++ b/camera_calibration/package.xml @@ -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>4.0.1</version> + <version>4.0.2</version> <description> camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. diff --git a/camera_calibration/setup.py b/camera_calibration/setup.py index 54498a36..72cf91ba 100644 --- a/camera_calibration/setup.py +++ b/camera_calibration/setup.py @@ -5,7 +5,7 @@ setup( name=PACKAGE_NAME, - version='4.0.1', + version='4.0.2', packages=["camera_calibration", "camera_calibration.nodes"], data_files=[ ('share/ament_index/resource_index/packages', diff --git a/depth_image_proc/package.xml b/depth_image_proc/package.xml index 14c227a1..b109609e 100644 --- a/depth_image_proc/package.xml +++ b/depth_image_proc/package.xml @@ -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>depth_image_proc</name> - <version>4.0.1</version> + <version>4.0.2</version> <description> Contains components for processing depth images such as those diff --git a/image_pipeline/package.xml b/image_pipeline/package.xml index b0c80c02..b28917f1 100644 --- a/image_pipeline/package.xml +++ b/image_pipeline/package.xml @@ -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_pipeline</name> - <version>4.0.1</version> + <version>4.0.2</version> <description>image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.</description> <maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer> diff --git a/image_proc/package.xml b/image_proc/package.xml index 9961e941..c65e5cef 100644 --- a/image_proc/package.xml +++ b/image_proc/package.xml @@ -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>4.0.1</version> + <version>4.0.2</version> <description>Single image rectification and color processing.</description> <maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer> diff --git a/image_publisher/package.xml b/image_publisher/package.xml index 798cfcde..e204a381 100644 --- a/image_publisher/package.xml +++ b/image_publisher/package.xml @@ -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_publisher</name> - <version>4.0.1</version> + <version>4.0.2</version> <description> Contains a node publish an image stream from single image file diff --git a/image_rotate/package.xml b/image_rotate/package.xml index 20e8d611..d4899fd4 100644 --- a/image_rotate/package.xml +++ b/image_rotate/package.xml @@ -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_rotate</name> - <version>4.0.1</version> + <version>4.0.2</version> <description> <p> Contains a node that rotates an image stream in a way that minimizes diff --git a/image_view/package.xml b/image_view/package.xml index 78f76c73..f0a13019 100644 --- a/image_view/package.xml +++ b/image_view/package.xml @@ -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>4.0.1</version> + <version>4.0.2</version> <description> A simple viewer for ROS image topics. Includes a specialized viewer for stereo + disparity images. diff --git a/stereo_image_proc/package.xml b/stereo_image_proc/package.xml index 28b3fa07..239370b0 100644 --- a/stereo_image_proc/package.xml +++ b/stereo_image_proc/package.xml @@ -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>stereo_image_proc</name> - <version>4.0.1</version> + <version>4.0.2</version> <description>Stereo and single image rectification and disparity processing.</description> <maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer> diff --git a/tracetools_image_pipeline/package.xml b/tracetools_image_pipeline/package.xml index 34c9c089..8307cc21 100644 --- a/tracetools_image_pipeline/package.xml +++ b/tracetools_image_pipeline/package.xml @@ -2,7 +2,7 @@ <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <package format="2"> <name>tracetools_image_pipeline</name> - <version>4.0.1</version> + <version>4.0.2</version> <description> LTTng tracing provider wrapper for image_pipeline ROS 2 meta-package. </description>