Skip to content

Commit 27e4b95

Browse files
committed
Update CHANGELOG
1 parent fc13a0e commit 27e4b95

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
LATEST CHANGES
22
==============
33

4-
2026-02-04
5-
----------
4+
v5.2.0
5+
------
6+
- Removed the `zed_wrapper/urdf/include/materials.urdf.xacro` file and moved the material settings directly in the `zed_macro.urdf.xacro` file to avoid possible conflicts in multi-camera configurations. Thx @davesarmoury for the fix
7+
- Added the `enable_localization_only` parameter to the configuration to allow the camera to localize in the loaded area memory without updating the map with new information.
8+
- Added support for the ZED SDK Positional Tracking 2D mode if the SDK version is 5.1 or higher.
9+
- Added the `zed_debug` package for debugging ZED Components by loading them in a single C++ process.
610
- Add `enable_depth` service to disable depth processing at runtime
11+
- Positional Tracking `GEN_3` is now the default mode when using ZED SDK v5.2 or newer, providing improved stability and performance. The `GEN_2` mode is still available as an option for users who prefer it or need it for specific use cases.
712
- When using GEN_3 with ZED SDK v5.2 or newer, Positional Tracking continues to provide localization feedback even if depth is disabled at runtime or when the node starts by setting the `depth.depth_mode` parameter to `NONE`.
813
- New diagnostic information regarding Positional Tracking status: "Mode", "Odometry Status", "Spatial Memory Status", "Tracking Fusion Status".
914

10-
2026-01-30
11-
----------
12-
- Add the `zed_debug` package for debugging ZED Components by loading them in a single C++ process.
13-
14-
2025-12-18
15-
----------
16-
- Added the `enable_localization_only` parameter to the configuration to allow the camera to localize in the loaded area memory without updating the map with new information.
17-
- Added support for the ZED SDK Positional Tracking 2D mode if the SDK version is 5.1 or higher.
18-
19-
2025-12-11
20-
----------
21-
- Removed the `zed_wrapper/urdf/include/materials.urdf.xacro` file and moved the material settings directly in the `zed_macro.urdf.xacro` file to avoid possible conflicts in multi-camera configurations. Thx @davesarmoury for the fix
22-
2315
v5.1.0
2416
------
2517
- Changed ZED Camera image topic names to match the cleaner convention used by ZED X One cameras:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This package enables the use of ZED cameras with ROS 2, providing access to a va
3030
### Prerequisites
3131

3232
- [Ubuntu 20.04 (Focal Fossa)](https://releases.ubuntu.com/focal/), [Ubuntu 22.04 (Jammy Jellyfish)](https://releases.ubuntu.com/jammy/), or [Ubuntu 24.04 (Noble Numbat)](https://releases.ubuntu.com/noble/)
33-
- [ZED SDK](https://www.stereolabs.com/developers/release/latest/) v5.1 (to support older versions please check the [releases](https://github.com/stereolabs/zed-ros2-wrapper/releases))
33+
- [ZED SDK](https://www.stereolabs.com/developers/release/latest/) v5.2 (to support older versions please check the [releases](https://github.com/stereolabs/zed-ros2-wrapper/releases))
3434
- [CUDA](https://developer.nvidia.com/cuda-downloads) dependency
3535
- ROS 2 Foxy Fitzroy (deprecated), ROS 2 Humble Hawksbill, or ROS 2 Jazzy Jalisco:
3636
- [Foxy on Ubuntu 20.04](https://docs.ros.org/en/foxy/Installation/Linux-Install-Debians.html) [**Not recommended. EOL reached**]

0 commit comments

Comments
 (0)