|
1 | 1 | LATEST CHANGES
|
2 | 2 | ==============
|
3 | 3 |
|
4 |
| -2024_09_27 |
5 |
| ----------- |
6 |
| -- Fix `~/imu/data_raw` message not containing RAW IMU data |
7 |
| - |
8 |
| -2024-09-23 |
9 |
| ----------- |
10 |
| -- Add support for FFMPEG image transport |
11 |
| -- Add new `ffmpeg.yaml` configuration file |
12 |
| - |
13 |
| -2024-07-31 |
14 |
| ----------- |
15 |
| -- Add support for point cloud transport |
16 |
| - |
17 |
| -2024-07-15 |
18 |
| ----------- |
19 |
| -- Fixed a bug while playing a ZED X stream on a "not-Jetson" host device |
20 |
| - |
21 |
| -2024-06-24 |
22 |
| ----------- |
23 |
| -- Changed default DDS Middleware to FastDDS in Docker |
24 |
| - |
25 |
| -2024-05-29 |
26 |
| ----------- |
27 |
| -- New Docker configuration files allow to easily create "ZED ROS2 Wrapper" images based on specific tag versions. [Read more](./docker/README.md) |
28 |
| - |
29 |
| -2024-04-26 (ZED SDK v4.1) |
30 |
| -------------------------- |
31 |
| -- Updated the Docker files to the CUDA 12.4 (PC), L4T 35.4 (Jetson), SDK v4.1.0 |
| 4 | +v4.1.x |
| 5 | +------ |
| 6 | +- Updated the Docker files to the CUDA 12.4 (PC), L4T 35.4 (Jetson), SDK v4.1.4 |
32 | 7 | - Added Local Streaming output
|
33 | 8 | - Added `enable_streaming` service to start/stop a streaming server
|
34 | 9 | - Added Streaming Server diagnostic
|
@@ -70,6 +45,12 @@ LATEST CHANGES
|
70 | 45 | - Removed QoS parameters to use ROS 2 QoS overwrite -> https://design.ros2.org/articles/qos_configurability.html
|
71 | 46 | - Added support for new `NEURAL_PLUS` depth mode
|
72 | 47 | - Added new `<camera_name>_gnss_link` frame to URDF to set the position of the GNSS antenna with respect to the camera position
|
| 48 | +- New Docker configuration files allow to easily create "ZED ROS2 Wrapper" images based on specific tag versions. [Read more](./docker/README.md) |
| 49 | +- Fixed a bug while playing a ZED X stream on a "not-Jetson" host device |
| 50 | +- Add support for point cloud transport [only Humble, no Foxy] |
| 51 | +- Add support for FFMPEG image transport |
| 52 | +- Add new `ffmpeg.yaml` configuration file |
| 53 | +- Fix `~/imu/data_raw` message not containing RAW IMU data |
73 | 54 |
|
74 | 55 | v4.0.8
|
75 | 56 | ------
|
|
0 commit comments