Skip to content

Commit

Permalink
bump version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Feb 24, 2022
1 parent 1e25717 commit 3a1fdd8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
14 changes: 14 additions & 0 deletions realsense2_camera/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package realsense2_camera
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* version 4.4.0 changed to 4.0.0 in CHANGELOG
* add frequency monitoring to /diagnostics topic.
* fix topic_hz.py to recognize message type from topic name. (Naive)
* move diagnostic updater for stream frequencies into the RosSensor class.
* add frequency monitoring to /diagnostics topic.
* fix galactic issue with undeclaring parameters
* fix to support Rolling.
* fix dynamic_params syntax.
* fix issue with Galactic parameters set by default to static which prevents them from being undeclared.

* Contributors: Haowei Wen, doronhi, remibettan

4.0.1 (2022-02-01)
------------------
* fix reset issue when multiple devices are connected
Expand Down
4 changes: 2 additions & 2 deletions realsense2_camera/include/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <rclcpp/rclcpp.hpp>

#define REALSENSE_ROS_MAJOR_VERSION 4
#define REALSENSE_ROS_MINOR_VERSION 1
#define REALSENSE_ROS_PATCH_VERSION 0
#define REALSENSE_ROS_MINOR_VERSION 0
#define REALSENSE_ROS_PATCH_VERSION 2

#define STRINGIFY(arg) #arg
#define VAR_ARG_STRING(arg) STRINGIFY(arg)
Expand Down
3 changes: 3 additions & 0 deletions realsense2_camera_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package realsense2_camera_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.1 (2022-02-01)
------------------

Expand Down
3 changes: 3 additions & 0 deletions realsense2_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package realsense2_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.1 (2022-02-01)
------------------
* Add D455 urdf files
Expand Down

0 comments on commit 3a1fdd8

Please sign in to comment.