|
1 | 1 | LATEST CHANGES
|
2 | 2 | ==============
|
3 | 3 |
|
4 |
| -2025-03-10 |
5 |
| ----------- |
6 |
| -- Add parameter `svo.use_svo_timestamps` to use the SVO timestamps when publishing data (both stereo and mono components) |
7 |
| - |
8 |
| -2025-03-07 |
9 |
| ----------- |
10 |
| -- Remove unused open timeout for ZED X One cameras |
11 |
| - |
12 |
| -2025-03-04 |
13 |
| ----------- |
14 |
| -- Add `pos_tracking.reset_pose_with_svo_loop` parameter to reset the camera pose the `initial_base_pose` when the SVO loop is enabled and the SVO playback reaches the end of the file. |
15 |
| -- Add `svo.play_from_frame` parameter to set the starting frame when playing an SVO file. |
16 |
| -- Add `set_svo_frame` service to set the current frame when playing an SVO file. |
17 |
| - |
18 |
| -2025-02-27 |
19 |
| ----------- |
20 |
| -- Improve Node Diagnostics information |
21 |
| - |
22 |
| -2025-02-24 |
23 |
| ----------- |
24 |
| -- Add `general.camera_id` parameter to set the camera ID for the ZedCamera. |
25 |
| -- Add `general.camera_id` parameter to set the camera ID for the ZedCameraOne. |
26 |
| -- Add `camera_id` argument to the `zed_camera.launch.py` launch file. Useful for GMSL2 multi-camera configurations where camera ID is estabilished by the GMSL2 wire. |
27 |
| - |
28 |
| - |
29 |
| -2025-02-17 |
30 |
| ----------- |
| 4 | +v4.2.5 |
| 5 | +------ |
| 6 | +- Add new parameter 'depth.point_cloud_res' to set a specific point cloud publishing resolution |
| 7 | + - 'COMPACT': Standard resolution. Optimizes processing and bandwidth |
| 8 | + - 'REDUCED': Half 'COMPACT' resolution. Low processing and low bandwidth requirements |
31 | 9 | - Add uptime and frame drop rate information to node diagnostics
|
32 | 10 | - Add image validity check support [SDK 5 required]
|
33 |
| - |
34 | 11 | - Add new parameter 'general.enable_image_validity_check'
|
35 | 12 | - Add new topic 'health_status/low_image_quality' to publish image quality status
|
36 | 13 | - Add new topic 'health_status/low_lighting' to publish low light condition status
|
37 | 14 | - Add new topic 'health_status/low_depth_reliability' to publish low depth quality status
|
38 | 15 | - Add new topic 'health_status/low_motion_sensors_reliability' to publish low quality of inertial sensors status
|
39 | 16 | - Set the Node Disgnostic to WARNING if any of the above conditions are detected
|
40 |
| - |
41 |
| -2025-02-14 |
42 |
| ----------- |
43 |
| -- Add new parameter 'depth.point_cloud_res' to set a specific point cloud publishing resolution |
44 |
| - |
45 |
| - - 'COMPACT': Standard resolution. Optimizes processing and bandwidth |
46 |
| - - 'REDUCED': Half 'COMPACT' resolution. Low processing and low bandwidth requirements |
| 17 | +- Add `general.camera_id` parameter to set the camera ID for the ZedCamera. |
| 18 | +- Add `general.camera_id` parameter to set the camera ID for the ZedCameraOne. |
| 19 | +- Add `camera_id` argument to the `zed_camera.launch.py` launch file. Useful for GMSL2 multi-camera configurations where camera ID is estabilished by the GMSL2 wire. |
| 20 | +- Improve Node Diagnostics information |
| 21 | +- Add `pos_tracking.reset_pose_with_svo_loop` parameter to reset the camera pose the `initial_base_pose` when the SVO loop is enabled and the SVO playback reaches the end of the file. |
| 22 | +- Add `svo.play_from_frame` parameter to set the starting frame when playing an SVO file. |
| 23 | +- Add `set_svo_frame` service to set the current frame when playing an SVO file. |
| 24 | +- Remove unused open timeout for ZED X One cameras |
| 25 | +- Add parameter `svo.use_svo_timestamps` to use the SVO timestamps when publishing data (both stereo and mono components) |
47 | 26 |
|
48 | 27 | v4.2.x
|
49 | 28 | ------
|
|
0 commit comments