Skip to content

Commit 78391c6

Browse files
authored
Update CHANGELOG.rst
1 parent 5d7b700 commit 78391c6

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,36 @@
11
CHANGELOG
22
=========
33

4-
2023-09-15
5-
----------
4+
v4.0.8
5+
------
6+
67
- Remove start_object_detection and stop_object_detection services
78
- Add enable_object_detection service that takes a bool as parameter to enable/disable the OD module (same behavior as in ROS 2 Wrapper)
89
- Add parameter 'object_detection/allow_reduced_precision_inference'
910
- Add parameter 'object_detection/prediction_timeout'
1011
- The parameter 'object_detection/model' is no more an integer, but a string with the full name of the supported OD model
11-
12-
2023-09-15
13-
----------
1412
- Add pose and odometry status publishers
1513
- Improve odometry and pose publishing and TF broadcasting
16-
17-
2023-09-13
18-
----------
1914
- Add ROS '.clang-format'
2015
- Code refactoring
2116
- Add 'set_roi' and 'reset_roi' services
2217
- Add parameter 'pos_tracking/depth_min_range'
2318
- Add parameter 'pos_tracking/set_as_static'
24-
25-
2023-09-12
26-
----------
2719
- Change the parameter 'general/resolution' to 'general/grab_resolution' and replace numeric values with strings
2820
- Add 'general.svo_realtime' parameter
2921
- Change 'general/verbose' to 'general/sdk_verbose'
3022
- Add 'general/region_of_interest' parameter
31-
32-
2023-09-10
33-
----------
3423
- Change the parameter 'depth/quality' to 'depth/depth_mode' and replace numeric values with strings
3524
- Improve the behavior of the "NO DEPTH" mode
3625
- Remove the parameters 'depth_downsample_factor' and 'img_downsample_factor'
3726
- Add the parameter 'pub_resolution' and 'pub_downscale_factor'
38-
39-
2023-09-08
40-
----------
4127
- Add 'pos_tracking/set_gravity_as_origin' parameter. If 'true' align the positional tracking world to imu gravity measurement. Keep the yaw from the user initial pose.
4228
- Add 'pos_tracking/pos_tracking_mode' parameter. Matches the ZED SDK setting: 'QUALITY', 'STANDARD'
4329
- Fix the warning 'Elaboration takes longer [...]'
44-
45-
2023-09-07
46-
----------
4730
- 'pub_frame_rate' now controls the 'InitParameters::grab_compute_capping_fps' parameter of the ZED SDK instead of controlling the frequency of a parallel thread. It's not a Dynamic parameter anymore.
4831
- Change 'general/camera_flip' parameter to string: 'AUTO', 'ON', 'OFF'
4932
- Change 'general/verbose' from bool to integer
5033

51-
52-
5334
v4.0.5
5435
------
5536
- Support for ZED SDK v4.0

0 commit comments

Comments
 (0)