Skip to content

Commit b069cbe

Browse files
committed
upgrade to version 2.2.17
1 parent c106721 commit b069cbe

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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.37.0 (see [realsense2_camera release notes](https://github.com/IntelRealSense/realsense-ros/releases))
4+
LibRealSense supported version: v2.38.1 (see [realsense2_camera release notes](https://github.com/IntelRealSense/realsense-ros/releases))
55

66
## Installation Instructions
77

@@ -65,7 +65,7 @@ The following instructions are written for ROS Kinetic, on **Ubuntu 16.04** but
6565
`vcpkg install realsense2:x64-windows`
6666
6767
#### OR
68-
- #### Build from sources by downloading the latest [Intel® RealSense™ SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/tag/v2.33.1) and follow the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md)
68+
- #### Build from sources by downloading the latest [Intel® RealSense™ SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/tag/v2.38.1) and follow the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md)
6969
7070
7171
### Step 2: Install Intel® RealSense™ ROS from Sources

realsense2_camera/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package realsense2_camera
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Fix for ROS on Windows
8+
* Contributors: Lou Amadio, doronhi
9+
510
2.2.16 (2020-08-06)
611
-------------------
712
* Add PID to support D455.

realsense2_camera/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endif()
4040
if (WIN32)
4141
find_package(realsense2 CONFIG REQUIRED)
4242
else()
43-
find_package(realsense2 2.37.0)
43+
find_package(realsense2 2.38.1)
4444
endif()
4545

4646
if(NOT realsense2_FOUND)

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 16
10+
#define REALSENSE_ROS_PATCH_VERSION 17
1111

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

realsense2_description/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package realsense2_description
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
2.2.16 (2020-08-06)
69
-------------------
710

0 commit comments

Comments
 (0)