Skip to content

Commit 058c708

Browse files
committed
Update changelog
1 parent bde3d4b commit 058c708

File tree

1 file changed

+24
-46
lines changed

1 file changed

+24
-46
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,37 @@
11
LATEST CHANGES
22
==============
33

4-
2022-10-17
5-
- Added new parameter `pos_tracking.depth_min_range` for removing fixed zones of the robot in the FoV of the camerafrom the visual odometry evaluation
6-
- Added new parameter `pos_tracking.sensor_world` to define the world type that the SDK can use to initialize the Positionnal Tracking module
7-
- Added new parameter `object_detection.prediction_timeout` for setting the timeout time [sec] of object prediction when not detected.
8-
9-
2022-10-13
10-
----------
11-
- Fixed units for atmospheric pressure data. Now pressure is published in `Pascals` according to the [definition of the topic](https://github.com/ros2/common_interfaces/blob/humble/sensor_msgs/msg/FluidPressure.msg).
12-
- Add new parameter `pos_tracking.transform_time_offset` to fix odometry TF timestamp issues
13-
14-
2022-10-12
15-
----------
16-
- Fixed wrong timing when playing SVO in `real-time` mode
17-
18-
2022-10-03
19-
----------
4+
v3.8.x
5+
------
6+
- Fixed `set_pose` wrong behavior. Now initial odometry is coherent with the new starting point.
7+
- Added Plane Detection.
8+
- Fixed "NO DEPTH" mode. By setting `depth/quality` to `0` now the depth extraction and all the sub-modules depending on it are correctly disabled.
9+
- Added `debug` sub-set of parameters with new parameters `debug_mode` and `debug_sensors`.
10+
- Added support for ROS2 Humble. Thx @nakai-omer.
11+
The two ROS2 LTS releases are now supported simoultaneously.
12+
- Set `read_only` flag in parameter descriptors for non-dynamic parameters. Thx @bjsowa.
13+
- Enabled Intra Process Communication. The ZED node no longer publishes topics with `TRANSIENT LOCAL` durability.
14+
- Improved TF broadcasting at grabbing frequency
15+
- Improved IMU/Left Camera TF broadcasting at IMU frequency
16+
- Fixed data grabbing frame rate when publishing is set to a lower value
17+
- Added TF broadcasting diagnostic
2018
- The parameter `general.sdk_verbose` is now an integer accepting different SDK verbose levels.
2119
- Moved Object Detection parameters from cameras configuration files to `common.yaml`
2220
- Moved Sensor Parameters from cameras configuration files to `common.yaml`
2321
- New data thread configuration to maximize data publishing frequency
2422
- Sensor data publishing moved from timer to thread
2523
- RGB/Depth data publishing moved from timer to thread
2624
- Fixed random errors when closing the node
27-
28-
2022-09-27
29-
----------
30-
- Improved TF broadcasting at grabbing frequency
31-
- Improved IMU/Left Camera TF broadcasting at IMU frequency
32-
- Fixed data grabbing frame rate when publishing is set to a lower value
33-
- Added TF broadcasting diagnostic
34-
35-
2022-09-26
36-
----------
37-
- Enabled Intra Process Communication. The ZED node no longer publishes topics with `TRANSIENT LOCAL` durability.
38-
39-
2022-09-21
40-
----------
41-
- Added support for ROS2 Humble. Thx @nakai-omer.
42-
The two ROS2 LTS releases are now supported simoultaneously.
43-
- Set `read_only` flag in parameter descriptors for non-dynamic parameters. Thx @bjsowa.
44-
45-
2022-06-13
46-
----------
47-
- Fixed "NO DEPTH" mode. By setting `depth/quality` to `0` now the depth extraction and all the sub-modules depending on it are correctly disabled.
48-
- Added `debug` sub-set of parameters with new parameters `debug_mode` and `debug_sensors`
49-
50-
2022-05-02
51-
----------
52-
- Added Plane Detection
53-
54-
2022-03-30
55-
----------
56-
- Fixed `set_pose` wrong behavior. Now initial odometry is coherent with the new starting point.
25+
- Fixed wrong timing when playing SVO in `real-time` mode
26+
- Fixed units for atmospheric pressure data. Now pressure is published in `Pascals` according to the [definition of the topic](https://github.com/ros2/common_interfaces/blob/humble/sensor_msgs/msg/FluidPressure.msg).
27+
- Add new parameter `pos_tracking.transform_time_offset` to fix odometry TF timestamp issues
28+
- Added new parameter `pos_tracking.depth_min_range` for removing fixed zones of the robot in the FoV of the camerafrom the visual odometry evaluation
29+
- Added new parameter `pos_tracking.sensor_world` to define the world type that the SDK can use to initialize the Positionnal Tracking module
30+
- Added new parameter `object_detection.prediction_timeout` for setting the timeout time [sec] of object prediction when not detected.
31+
- Added support for ZED SDK Regiorn of Interest:
32+
- Added parameter `general.region_of_interest` to set the region of interest for SDK processing.
33+
- Added the service `resetRoi` to reset the region of interest.
34+
- Added the service `setRoi` to set a new region of interest.
5735

5836
v3.7.x
5937
----------

0 commit comments

Comments
 (0)