Skip to content

Commit 0c16806

Browse files
authored
Update CHANGELOG.rst
1 parent f50da69 commit 0c16806

File tree

1 file changed

+5
-43
lines changed

1 file changed

+5
-43
lines changed

CHANGELOG.rst

+5-43
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,29 @@
11
LATEST CHANGES
22
==============
33

4-
2025-02-10
5-
----------
4+
v4.2.x
5+
------
66
- Add new `OPTIMIZED` mode for `general.pub_resolution`
7-
8-
2025-02-07
9-
----------
10-
- Added new parameter `general.async_image_retrieval` to enable/disable the asynchronous image retrieval.
11-
12-
2025-01-17
13-
----------
14-
- Set the Positional Tracking Mode to `GEN_1` as default as workaround for the random crash issue caused by `GEN_2` mode.
15-
16-
2025-01-14
17-
----------
7+
- Add new parameter `general.async_image_retrieval` to enable/disable the asynchronous image retrieval to be used with SVO recording.
8+
- Set the Positional Tracking Mode to `GEN_1` as default as wa orkaround for the random crash issue caused by `GEN_2` mode.
189
- Fixed a bug for raw gray image publisher on Zed One Component: raw gray images were not published when the rectified image topic was subscribed. Thx @Alex-Beh
19-
20-
2025-01-09
21-
----------
2210
- Enabled grayscale output for ZED X One cameras (SDK v4.2.3 required)
2311
- Enabled streaming input for ZED X One cameras (SDK v4.2.3 required)
24-
25-
2025-01-03
26-
----------
2712
- Fixed wrong range check for the `general.pub_downscale_factor` parameter
28-
29-
2025-01-02
30-
----------
3113
- Enhanced sensor thread rate due to an automatically adjusting sleep time
32-
33-
2024-12-13
34-
----------
3514
- Removed the `zed-ros2-interfaces` sub-module. The `zed_msgs` package is now included in ROS 2 Humble binaries and can be installed with `sudo apt install ros-humble-zed-msgs`.
36-
37-
2024-11-27
38-
----------
3915
- Fixed 4K resolution support for ZED X One 4K cameras
4016
- Changed C++ version to 17 to follow ROS 2 Humble standard
41-
42-
2024-11-18
43-
----------
4417
- Renamed `common.yaml` to `common_stereo.yaml`
4518
- Added `common_mono.yaml` for monocular cameras
4619
- Added `video.enable_hdr` to `zedxone4k.yaml` for monocular 4K cameras
47-
48-
2024-11-12
49-
----------
5020
- Changed the name of the package `zed_interfaces` to `zed_msgs` to match the ROS2 naming convention
51-
52-
2024-10-28
53-
----------
5421
- Added the new `stereolabs::ZedCameraOne` component to handle ZED X One cameras
5522
- Removed the ZED Wrapper executable node.
56-
5723
- Modified the launch file to create an isolated composable container that loads the `stereolabs:ZedCamera` or the `stereolabs:ZedCameraOne` component according to the camera model
58-
59-
2024-10-18
60-
----------
6124
- Added support for custom ONNX detection engine (SDK v4.2 required)
62-
6325
- Added value `CUSTOM_YOLOLIKE_BOX_OBJECTS` to the `object_detection.model` parameter
64-
- Added parameter `object_detection.custom_onnx_file` to set the full path of custom ONNX file
26+
- Added parameter `object_detection.custom_onnx_file` to set the full path of the custom ONNX file
6527
- Added parameter `object_detection.onnx_input_size` to set the size of the YOLO input tensor
6628
- Added parameter `object_detection.custom_label_yaml` to set the full path to custom YAML file storing class labels in [COCO format](https://docs.ultralytics.com/datasets/detect/coco/#dataset-yaml)
6729

0 commit comments

Comments
 (0)