Skip to content

Commit

Permalink
upgrade version: 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
doronhi committed Jan 12, 2020
1 parent 2e780d7 commit 69d199d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions realsense2_camera/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package realsense2_camera
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add eigen dependency - missing for Melodic. Contributors: Antoine Hoarau
2 changes: 1 addition & 1 deletion realsense2_camera/include/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define REALSENSE_ROS_MAJOR_VERSION 2
#define REALSENSE_ROS_MINOR_VERSION 2
#define REALSENSE_ROS_PATCH_VERSION 11
#define REALSENSE_ROS_PATCH_VERSION 12

#define STRINGIFY(arg) #arg
#define VAR_ARG_STRING(arg) STRINGIFY(arg)
Expand Down
2 changes: 1 addition & 1 deletion realsense2_camera/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>realsense2_camera</name>
<version>2.2.11</version>
<version>2.2.12</version>
<description>RealSense Camera package allowing access to Intel T265 Tracking module and SR300 and D400 3D cameras</description>
<maintainer email="[email protected]">Sergey Dorodnicov</maintainer>
<maintainer email="[email protected]">Doron Hirshberg</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions realsense2_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package realsense2_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2 changes: 1 addition & 1 deletion realsense2_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>realsense2_description</name>
<version>2.2.11</version>
<version>2.2.12</version>
<description>RealSense Camera description package for Intel 3D D400 cameras</description>
<maintainer email="[email protected]">Sergey Dorodnicov</maintainer>
<maintainer email="[email protected]">Doron Hirshberg</maintainer>
Expand Down

0 comments on commit 69d199d

Please sign in to comment.