Skip to content

Commit 60e29c7

Browse files
committed
999.1.0
1 parent 1d9d542 commit 60e29c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

orbbec_camera/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>orbbec_camera</name>
5-
<version>999.0.0</version>
5+
<version>999.1.0</version>
66
<description>Orbbec Camera package</description>
77
<maintainer email="[email protected]">Joe Dong</maintainer>
88
<license>Apache-2.0</license>

orbbec_camera_msgs/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>orbbec_camera_msgs</name>
5-
<version>999.0.0</version>
5+
<version>999.1.0</version>
66
<description>A package containing orbbec camera messages definitions.</description>
77
<maintainer email="[email protected]">Joe Dong</maintainer>
88
<license>Apache-2.0</license>

orbbec_camera_py/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>orbbec_camera_py</name>
5-
<version>999.0.0</version>
5+
<version>999.1.0</version>
66
<description>Test python nodes for orbbec.</description>
77
<maintainer email="[email protected]">Amritpal Saini</maintainer>
88
<license>Proprietary</license>

orbbec_camera_py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name=package_name,
9-
version="999.0.0",
9+
version="999.1.0",
1010
packages=find_packages(exclude=["test"]),
1111
data_files=[
1212
("share/ament_index/resource_index/packages", ["resource/" + package_name]),

orbbec_description/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>orbbec_description</name>
5-
<version>999.0.0</version>
5+
<version>999.1.0</version>
66
<description>TODO: Package description</description>
77
<maintainer email="[email protected]">toosimple</maintainer>
88
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)