diff --git a/README.MD b/README.MD index cbb0b7a..76e24ff 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # Orbbec ROS SDK -[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges) ![version](https://img.shields.io/badge/version-1.5.7-green) +[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges) ![version](https://img.shields.io/badge/version-1.5.8-green) Orbbec ROS SDK is a wrapper for Orbbec SDK that supports ROS Kinetic, Melodic, and Noetic distributions. It enables smooth integration of Orbbec 3D cameras into ROS projects. diff --git a/include/orbbec_camera/constants.h b/include/orbbec_camera/constants.h index 18edaee..a9f8720 100644 --- a/include/orbbec_camera/constants.h +++ b/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 7 +#define OB_ROS_PATCH_VERSION 8 #ifndef STRINGIFY #define STRINGIFY(arg) #arg diff --git a/package.xml b/package.xml index 2861210..6ca56da 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ orbbec_camera - 1.5.7 + 1.5.8 Orbbec Camera package Joe Dong Apache License 2.0