|
1 | 1 | LATEST CHANGES
|
2 | 2 | ==============
|
3 | 3 |
|
4 |
| -2025-02-10 |
5 |
| ----------- |
| 4 | +v4.2.x |
| 5 | +------ |
6 | 6 | - 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. |
18 | 9 | - 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 |
| ----------- |
22 | 10 | - Enabled grayscale output for ZED X One cameras (SDK v4.2.3 required)
|
23 | 11 | - Enabled streaming input for ZED X One cameras (SDK v4.2.3 required)
|
24 |
| - |
25 |
| -2025-01-03 |
26 |
| ----------- |
27 | 12 | - Fixed wrong range check for the `general.pub_downscale_factor` parameter
|
28 |
| - |
29 |
| -2025-01-02 |
30 |
| ----------- |
31 | 13 | - Enhanced sensor thread rate due to an automatically adjusting sleep time
|
32 |
| - |
33 |
| -2024-12-13 |
34 |
| ----------- |
35 | 14 | - 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 |
| ----------- |
39 | 15 | - Fixed 4K resolution support for ZED X One 4K cameras
|
40 | 16 | - Changed C++ version to 17 to follow ROS 2 Humble standard
|
41 |
| - |
42 |
| -2024-11-18 |
43 |
| ----------- |
44 | 17 | - Renamed `common.yaml` to `common_stereo.yaml`
|
45 | 18 | - Added `common_mono.yaml` for monocular cameras
|
46 | 19 | - Added `video.enable_hdr` to `zedxone4k.yaml` for monocular 4K cameras
|
47 |
| - |
48 |
| -2024-11-12 |
49 |
| ----------- |
50 | 20 | - Changed the name of the package `zed_interfaces` to `zed_msgs` to match the ROS2 naming convention
|
51 |
| - |
52 |
| -2024-10-28 |
53 |
| ----------- |
54 | 21 | - Added the new `stereolabs::ZedCameraOne` component to handle ZED X One cameras
|
55 | 22 | - Removed the ZED Wrapper executable node.
|
56 |
| - |
57 | 23 | - 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 |
| ----------- |
61 | 24 | - Added support for custom ONNX detection engine (SDK v4.2 required)
|
62 |
| - |
63 | 25 | - 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 |
65 | 27 | - Added parameter `object_detection.onnx_input_size` to set the size of the YOLO input tensor
|
66 | 28 | - 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)
|
67 | 29 |
|
|
0 commit comments