Skip to content

Commit 86ab046

Browse files
committed
chore: Update version to 1.5.8
1 parent d0222c3 commit 86ab046

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Orbbec ROS SDK
22

3-
[![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)
3+
[![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)
44

55
Orbbec ROS SDK is a wrapper for Orbbec SDK that supports ROS Kinetic, Melodic, and Noetic distributions.
66
It enables smooth integration of Orbbec 3D cameras into ROS projects.

include/orbbec_camera/constants.h

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

2424
#define OB_ROS_MAJOR_VERSION 1
2525
#define OB_ROS_MINOR_VERSION 5
26-
#define OB_ROS_PATCH_VERSION 7
26+
#define OB_ROS_PATCH_VERSION 8
2727

2828
#ifndef STRINGIFY
2929
#define STRINGIFY(arg) #arg

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>1.5.7</version>
5+
<version>1.5.8</version>
66
<description>Orbbec Camera package</description>
77
<maintainer email="mocun@orbbec.com">Joe Dong</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)