Skip to content

Commit 1ed5a45

Browse files
committed
upgrade version: 2.2.9
1 parent 3148d2b commit 1ed5a45

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ROS Wrapper for Intel® RealSense™ Devices
22
These are packages for using Intel RealSense cameras (D400 series SR300 camera and T265 Tracking Module) with ROS.
33

4-
LibRealSense supported version: v2.25.0 (see [realsense2_camera release notes](https://github.com/IntelRealSense/realsense-ros/releases))
4+
LibRealSense supported version: v2.29.0 (see [realsense2_camera release notes](https://github.com/IntelRealSense/realsense-ros/releases))
55

66
## Installation Instructions
77

@@ -13,7 +13,7 @@ The following instructions support ROS Indigo, on **Ubuntu 14.04**, and ROS Kine
1313
- #### Install from [Debian Package](https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md#installing-the-packages) - In that case treat yourself as a developer. Make sure you follow the instructions to also install librealsense2-dev and librealsense-dkms packages.
1414

1515
#### OR
16-
- #### Build from sources by downloading the latest [Intel® RealSense™ SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/tag/v2.25.0) and follow the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md)
16+
- #### Build from sources by downloading the latest [Intel® RealSense™ SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/tag/v2.29.0) and follow the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md)
1717

1818
### Step 2: Install the ROS distribution
1919
- #### Install [ROS Kinetic](http://wiki.ros.org/kinetic/Installation/Ubuntu), on Ubuntu 16.04

realsense2_camera/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(SET_USER_BREAK_AT_STARTUP)
3434
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBPDEBUG")
3535
endif()
3636

37-
find_package(realsense2 2.25.0)
37+
find_package(realsense2 2.29.0)
3838
if(NOT realsense2_FOUND)
3939
message(FATAL_ERROR "\n\n Intel RealSense SDK 2.0 is missing, please install it from https://github.com/IntelRealSense/librealsense/releases\n\n")
4040
endif()

realsense2_camera/include/constants.h

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

88
#define REALSENSE_ROS_MAJOR_VERSION 2
99
#define REALSENSE_ROS_MINOR_VERSION 2
10-
#define REALSENSE_ROS_PATCH_VERSION 8
10+
#define REALSENSE_ROS_PATCH_VERSION 9
1111

1212
#define STRINGIFY(arg) #arg
1313
#define VAR_ARG_STRING(arg) STRINGIFY(arg)

realsense2_camera/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>realsense2_camera</name>
4-
<version>2.2.8</version>
4+
<version>2.2.9</version>
55
<description>RealSense Camera package allowing access to Intel T265 Tracking module and SR300 and D400 3D cameras</description>
66
<maintainer email="[email protected]">Sergey Dorodnicov</maintainer>
77
<maintainer email="[email protected]">Doron Hirshberg</maintainer>

realsense2_description/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>realsense2_description</name>
4-
<version>2.2.8</version>
4+
<version>2.2.9</version>
55
<description>RealSense Camera description package for Intel 3D D400 cameras</description>
66
<maintainer email="[email protected]">Sergey Dorodnicov</maintainer>
77
<maintainer email="[email protected]">Doron Hirshberg</maintainer>

0 commit comments

Comments
 (0)