|
1 | 1 | CHANGELOG |
2 | 2 | ========= |
3 | 3 |
|
4 | | -2023-09-15 |
5 | | ----------- |
| 4 | +v4.0.8 |
| 5 | +------ |
| 6 | + |
6 | 7 | - Remove start_object_detection and stop_object_detection services |
7 | 8 | - Add enable_object_detection service that takes a bool as parameter to enable/disable the OD module (same behavior as in ROS 2 Wrapper) |
8 | 9 | - Add parameter 'object_detection/allow_reduced_precision_inference' |
9 | 10 | - Add parameter 'object_detection/prediction_timeout' |
10 | 11 | - 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 | | ----------- |
14 | 12 | - Add pose and odometry status publishers |
15 | 13 | - Improve odometry and pose publishing and TF broadcasting |
16 | | - |
17 | | -2023-09-13 |
18 | | ----------- |
19 | 14 | - Add ROS '.clang-format' |
20 | 15 | - Code refactoring |
21 | 16 | - Add 'set_roi' and 'reset_roi' services |
22 | 17 | - Add parameter 'pos_tracking/depth_min_range' |
23 | 18 | - Add parameter 'pos_tracking/set_as_static' |
24 | | - |
25 | | -2023-09-12 |
26 | | ----------- |
27 | 19 | - Change the parameter 'general/resolution' to 'general/grab_resolution' and replace numeric values with strings |
28 | 20 | - Add 'general.svo_realtime' parameter |
29 | 21 | - Change 'general/verbose' to 'general/sdk_verbose' |
30 | 22 | - Add 'general/region_of_interest' parameter |
31 | | - |
32 | | -2023-09-10 |
33 | | ----------- |
34 | 23 | - Change the parameter 'depth/quality' to 'depth/depth_mode' and replace numeric values with strings |
35 | 24 | - Improve the behavior of the "NO DEPTH" mode |
36 | 25 | - Remove the parameters 'depth_downsample_factor' and 'img_downsample_factor' |
37 | 26 | - Add the parameter 'pub_resolution' and 'pub_downscale_factor' |
38 | | - |
39 | | -2023-09-08 |
40 | | ----------- |
41 | 27 | - 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. |
42 | 28 | - Add 'pos_tracking/pos_tracking_mode' parameter. Matches the ZED SDK setting: 'QUALITY', 'STANDARD' |
43 | 29 | - Fix the warning 'Elaboration takes longer [...]' |
44 | | - |
45 | | -2023-09-07 |
46 | | ----------- |
47 | 30 | - '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. |
48 | 31 | - Change 'general/camera_flip' parameter to string: 'AUTO', 'ON', 'OFF' |
49 | 32 | - Change 'general/verbose' from bool to integer |
50 | 33 |
|
51 | | - |
52 | | - |
53 | 34 | v4.0.5 |
54 | 35 | ------ |
55 | 36 | - Support for ZED SDK v4.0 |
|
0 commit comments