Skip to content

Commit da4bb5d

Browse files
committed
upgrade version: 2.2.8
1 parent 3d45f3e commit da4bb5d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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))
5+
46
## Installation Instructions
57

68
The following instructions support ROS Indigo, on **Ubuntu 14.04**, and ROS Kinetic, on **Ubuntu 16.04**.
@@ -11,7 +13,7 @@ The following instructions support ROS Indigo, on **Ubuntu 14.04**, and ROS Kine
1113
- #### 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.
1214

1315
#### OR
14-
- #### Build from sources by downloading the latest [Intel® RealSense™ SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/tag/v2.24.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.25.0) and follow the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md)
1517

1618
### Step 2: Install the ROS distribution
1719
- #### 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.24.0)
37+
find_package(realsense2 2.25.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 7
10+
#define REALSENSE_ROS_PATCH_VERSION 8
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.7</version>
4+
<version>2.2.8</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.7</version>
4+
<version>2.2.8</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)