Skip to content

Commit 93adda0

Browse files
committed
upgrade version to 2.2.23
1 parent dd7d95b commit 93adda0

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ These are packages for using Intel RealSense cameras (D400 series SR300 camera a
33

44
This version supports Kinetic, Melodic and Noetic distributions.
55

6-
For running in ROS2-Eloquent environment please switch to the [eloquent branch](https://github.com/IntelRealSense/realsense-ros/tree/eloquent). </br>
7-
For running in ROS2-Foxy environment please switch to the [foxy branch](https://github.com/IntelRealSense/realsense-ros/tree/foxy).
6+
For running in ROS2 environment please switch to the [ros2 branch](https://github.com/IntelRealSense/realsense-ros/tree/ros2). </br>
87

9-
10-
LibRealSense supported version: v2.42.0 (see [realsense2_camera release notes](https://github.com/IntelRealSense/realsense-ros/releases))
8+
LibRealSense supported version: v2.43.0 (see [realsense2_camera release notes](https://github.com/IntelRealSense/realsense-ros/releases))
119

1210
## Installation Instructions
1311

@@ -73,7 +71,7 @@ LibRealSense supported version: v2.42.0 (see [realsense2_camera release notes](h
7371
`vcpkg install realsense2:x64-windows`
7472
7573
#### OR
76-
- #### Build from sources by downloading the latest [Intel&reg; RealSense&trade; SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/tag/v2.42.0) and follow the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md)
74+
- #### Build from sources by downloading the latest [Intel&reg; RealSense&trade; SDK 2.0](https://github.com/IntelRealSense/librealsense/releases/tag/v2.43.0) and follow the instructions under [Linux Installation](https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md)
7775
7876
7977
### Step 2: Install Intel&reg; RealSense&trade; ROS from Sources

realsense2_camera/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Remove the following tests for known playback issue with librealsense2 version 2.43.0: points_cloud_1, align_depth_color_1, align_depth_ir1_1, align_depth_ir1_decimation_1.
8+
* Add filter: HDR_merge
9+
* add default values to infra stream in rs_camera.launch as non are defined in librealsense2.
10+
* fix bug: selection of profile disregarded stream index.
11+
* fix initialization of colorizer inner image
12+
* Contributors: doronhi
13+
514
2.2.22 (2021-02-18)
615
-------------------
716
* Add reset service.

realsense2_camera/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ endif()
4141
if (WIN32)
4242
find_package(realsense2 CONFIG REQUIRED)
4343
else()
44-
find_package(realsense2 2.42.0)
44+
find_package(realsense2 2.43.0)
4545
endif()
4646

4747
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 22
10+
#define REALSENSE_ROS_PATCH_VERSION 23
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.22 (2021-02-18)
69
-------------------
710
* Fix mass of d415

0 commit comments

Comments
 (0)