Skip to content

Commit

Permalink
6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Nov 25, 2024
1 parent 54c2b87 commit 4e10db9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion camera_calibration_parsers/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>camera_calibration_parsers</name>
<version>6.0.2</version>
<version>6.0.3</version>
<description>
camera_calibration_parsers contains routines for reading and writing camera calibration parameters.
</description>
Expand Down
2 changes: 1 addition & 1 deletion camera_info_manager/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>camera_info_manager</name>
<version>6.0.2</version>
<version>6.0.3</version>
<description>

This package provides a C++ interface for camera calibration
Expand Down
2 changes: 1 addition & 1 deletion camera_info_manager_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>camera_info_manager_py</name>
<version>6.0.2</version>
<version>6.0.3</version>
<description>
Python interface for camera calibration information.

Expand Down
2 changes: 1 addition & 1 deletion camera_info_manager_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='6.0.2',
version='6.0.3',
packages=['camera_info_manager'],
data_files=[
# Install marker file in the package index
Expand Down
2 changes: 1 addition & 1 deletion image_common/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_common</name>
<version>6.0.2</version>
<version>6.0.3</version>
<description>Common code for working with images in ROS.</description>

<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion image_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>image_transport</name>
<version>6.0.2</version>
<version>6.0.3</version>
<description>

image_transport should always be used to subscribe to and publish images. It provides transparent
Expand Down
2 changes: 1 addition & 1 deletion image_transport_py/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package format="3">
<name>image_transport_py</name>

<version>6.0.2</version>
<version>6.0.3</version>

<description>Python API for image_transport</description>

Expand Down

0 comments on commit 4e10db9

Please sign in to comment.