diff --git a/realsense2_camera/CHANGELOG.rst b/realsense2_camera/CHANGELOG.rst index ed027199a2..bf08e58ca8 100644 --- a/realsense2_camera/CHANGELOG.rst +++ b/realsense2_camera/CHANGELOG.rst @@ -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: .profile replaces _width, _height, _fps + - removed paramets _frame_id, _optical_frame_id. frame_ids are defined by camera_name + - "filters" is removed. All filters (or post-processing blocks) are enabled/disabled using ".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. diff --git a/realsense2_camera/include/constants.h b/realsense2_camera/include/constants.h index 43efefd74d..bcc0e2c0f7 100644 --- a/realsense2_camera/include/constants.h +++ b/realsense2_camera/include/constants.h @@ -7,7 +7,7 @@ #include #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 diff --git a/realsense2_camera_msgs/CHANGELOG.rst b/realsense2_camera_msgs/CHANGELOG.rst index 4e026afafe..1821550ae7 100644 --- a/realsense2_camera_msgs/CHANGELOG.rst +++ b/realsense2_camera_msgs/CHANGELOG.rst @@ -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 diff --git a/realsense2_description/CHANGELOG.rst b/realsense2_description/CHANGELOG.rst index 0e86c266f4..a5626cf571 100644 --- a/realsense2_description/CHANGELOG.rst +++ b/realsense2_description/CHANGELOG.rst @@ -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) ------------------