Skip to content

Commit b02c598

Browse files
committed
upgrade version: 2.2.10
1 parent a185589 commit b02c598

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.29.0 (see [realsense2_camera release notes](https://github.com/IntelRealSense/realsense-ros/releases))
4+
LibRealSense supported version: v2.30.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.29.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.30.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/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 9
10+
#define REALSENSE_ROS_PATCH_VERSION 10
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.9</version>
4+
<version>2.2.10</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.9</version>
4+
<version>2.2.10</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)