From 3db29c6ba3d883e6088c094dc32a4af3f8813fe8 Mon Sep 17 00:00:00 2001 From: Joe Dong Date: Wed, 22 May 2024 10:50:58 +0800 Subject: [PATCH] bump to v1.5.5 --- 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 5405c65..ddde2dd 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 1 #define OB_ROS_MINOR_VERSION 5 -#define OB_ROS_PATCH_VERSION 4 +#define OB_ROS_PATCH_VERSION 5 #ifndef STRINGIFY #define STRINGIFY(arg) #arg diff --git a/orbbec_camera/package.xml b/orbbec_camera/package.xml index 49f9006..a0c075d 100644 --- a/orbbec_camera/package.xml +++ b/orbbec_camera/package.xml @@ -2,7 +2,7 @@ orbbec_camera - 1.5.4 + 1.5.5 Orbbec Camera package Joe Dong TODO: License declaration