Skip to content

Commit

Permalink
bump version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doronhi committed Feb 1, 2022
1 parent 7d5f109 commit a1ccf6b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 29 deletions.
40 changes: 25 additions & 15 deletions realsense2_camera/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,30 @@
Changelog for package realsense2_camera
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.14 (2020-06-18)
Forthcoming
-----------
* fix reset issue when multiple devices are connected
* fix /rosout issue
* fix PID for D405 device
* fix bug: frame_id is based on camera_name
* unite_imu_method is now changeable in runtime.
* fix motion module default values.
* add missing extrinsics topics
* fix crash when camera disconnects.
* fix header timestamp for metadata messages.

* Contributors: nomumu, JamesChooWK, benlev, doronhi

4.4.0 (2021-11-17)
-------------------
* Fix compatibility with Librealsense2 Version 2.35.2.
* Fix support for L515.
* Fix urdf issues.
* Add noetic support: change state_publisher into robot_state_publisher
* fix distortion correction model for T265 (equidistant)
* fix stability issues. Stop sensors at program termination.
* Contributors: Brice, Helen Oleynikova, doronhi
* changed parameters:
- "stereo_module", "l500_depth_sensor" are replaced by "depth_module"
- for video streams: <module>.profile replaces <stream>_width, <stream>_height, <stream>_fps
- removed paramets <stream>_frame_id, <stream>_optical_frame_id. frame_ids are defined by camera_name
- "filters" is removed. All filters (or post-processing blocks) are enabled/disabled using "<filter>.enable"
- "align_depth" is replaced with "align_depth.enable"
- "allow_no_texture_points", "ordered_pc" replaced by "pointcloud.allow_no_texture_points", "pointcloud.ordered_pc"
- "pointcloud_texture_stream", "pointcloud_texture_index" are replaced by "pointcloud.stream_filter", "pointcloud.stream_index_filter"

* upgrade version to 2.2.13
* fix ctrl-C closing issues.
* handle device creation exceptions.
* support LiDAR camera L515.
* optimize pointcloud. Contributors: Davide Faconti
* fix usb port id parsing issues.
* Add eigen dependency - missing for Melodic. Contributors: Antoine Hoarau
* Allow enable/disable of sensors in runtime.
* Allow enable/disable of filters in runtime.
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 @@
#include <rclcpp/rclcpp.hpp>

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

#define STRINGIFY(arg) #arg
Expand Down
20 changes: 8 additions & 12 deletions realsense2_camera_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package realsense2_camera_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.3 (2018-12-11)
------------------

2.0.4 (2019-05-30)
------------------
* update maintainer
* 2.0.3
* update changelog
* Contributors: Chris Ye
Forthcoming
-----------

2.0.2 (2018-12-07)
3.2.3 (2021-11-11)
------------------
* publish metadata
* Add service: device_info
* Contributors: doronhi
8 changes: 7 additions & 1 deletion realsense2_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
Changelog for package realsense2_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add D455 urdf files

* Contributors: nomumu, JamesChooWK, doronhi

3.1.3 (2020-12-28)
------------------
* fix realsense2_description's dependency to realsense2_camera_msgs
remove boost dependency.
rename node_namespace to namespace
rename node_executable to executable
* Contributors: doronhi
* Contributors: benlev, Gilaadb, doronhi

3.1.2 (2020-12-10)
------------------
Expand Down

0 comments on commit a1ccf6b

Please sign in to comment.