Skip to content

Commit

Permalink
Update version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lixby03 committed Dec 6, 2023
1 parent 98a34f0 commit bc98252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# orbbec_camera
[![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)
[![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)
---
OrbbecSDK ROS2 is a wrapper for the Orbbec 3D camera that provides seamless integration with the ROS2 environment. It
supports ROS2 Foxy, Galactic, and Humble distributions.
Expand Down
2 changes: 1 addition & 1 deletion orbbec_camera/include/orbbec_camera/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define OB_ROS_MAJOR_VERSION 1
#define OB_ROS_MINOR_VERSION 4
#define OB_ROS_PATCH_VERSION 1
#define OB_ROS_PATCH_VERSION 2

#ifndef STRINGIFY
#define STRINGIFY(arg) #arg
Expand Down
2 changes: 1 addition & 1 deletion orbbec_camera/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>orbbec_camera</name>
<version>1.4.1</version>
<version>1.4.2</version>
<description>Orbbec Camera package</description>
<maintainer email="[email protected]">Joe Dong</maintainer>
<license>TODO: License declaration</license>
Expand Down

0 comments on commit bc98252

Please sign in to comment.