Skip to content

Commit bc98252

Browse files
committed
Update version to v1.4.2
1 parent 98a34f0 commit bc98252

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_camera
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.3.6-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.4.2-green)
33
---
44
OrbbecSDK ROS2 is a wrapper for the Orbbec 3D camera that provides seamless integration with the ROS2 environment. It
55
supports ROS2 Foxy, Galactic, and Humble 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 4
26-
#define OB_ROS_PATCH_VERSION 1
26+
#define OB_ROS_PATCH_VERSION 2
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.4.1</version>
5+
<version>1.4.2</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)