Skip to content

Commit 8371993

Browse files
committed
chore: Update Orbbec ROS2 SDK version to 1.5.8
1 parent 7edf981 commit 8371993

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,5 +1,5 @@
11
# Orbbec ROS2 SDK
2-
[![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)
2+
[![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)
33

44
Orbbec SDK ROS 2 is a wrapper for the Orbbec 3D camera that provides seamless integration with the ROS 2 environment. It
55
supports ROS 2 Foxy, Humble, and Jazzy distributions.

orbbec_camera/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

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>1.5.7</version>
5+
<version>1.5.8</version>
66
<description>Orbbec Camera package</description>
77
<maintainer email="[email protected]">Joe Dong</maintainer>
88
<license>TODO: License declaration</license>

0 commit comments

Comments
 (0)