From 65fb5780056f37910e8790c1cade798fc90a7e36 Mon Sep 17 00:00:00 2001 From: zhuangzi Date: Wed, 15 Jan 2025 10:57:09 +0800 Subject: [PATCH] bump to v2.2.1 --- orbbec_camera/include/orbbec_camera/constants.h | 2 +- orbbec_camera/package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/orbbec_camera/include/orbbec_camera/constants.h b/orbbec_camera/include/orbbec_camera/constants.h index aec9176f..4b3442fe 100644 --- a/orbbec_camera/include/orbbec_camera/constants.h +++ b/orbbec_camera/include/orbbec_camera/constants.h @@ -23,7 +23,7 @@ #define OB_ROS_MAJOR_VERSION 2 #define OB_ROS_MINOR_VERSION 2 -#define OB_ROS_PATCH_VERSION 0 +#define OB_ROS_PATCH_VERSION 1 #ifndef STRINGIFY #define STRINGIFY(arg) #arg diff --git a/orbbec_camera/package.xml b/orbbec_camera/package.xml index 6f43a432..e05c2ae8 100644 --- a/orbbec_camera/package.xml +++ b/orbbec_camera/package.xml @@ -2,7 +2,7 @@ orbbec_camera - 2.2.0 + 2.2.1 Orbbec Camera package Joe Dong Apache-2.0