You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+1-13
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,15 @@
1
1
LATEST CHANGES
2
2
==============
3
3
4
-
2023-08-02
4
+
v4.0.5
5
5
----------
6
6
- The parameter `general.pub_resolution` can now take only `NATIVE` and `CUSTOM` values. 'NATIVE' to use the same `general.grab_resolution` - `CUSTOM` to apply the `general.pub_downscale_factor` downscale factory to reduce bandwidth in transmission
7
7
- Add new parameter `general.pub_downscale_factor` to be used with the new option `CUSTOM` for the parameter `general.pub_resolution`
8
8
- `ULTRA` is the new default value for `depth.depth_mode` (better performance for odometry and positional tracking)
9
9
- Add resolution `HD1080` for ZED X
10
-
11
-
2023-07-31
12
-
----------
13
10
- Fix issue with Body Tracking start/stop by service call. Now Body Tracking can be restarted multiple times
14
-
15
-
2023-06-28
16
-
----------
17
11
- Fix depth grab performance by removing a [not required `PNG Write` call](https://github.com/stereolabs/zed-ros2-wrapper/pull/164). Thank you Esteban Zamora @ezamoraa
18
-
19
-
2023-06-15
20
-
----------
21
12
- Fix bug with `general.pub_resolution` value, not allowing to select the correct data publish resolution
22
-
23
-
2023-05-22
24
-
----------
25
13
- Add new launch parameter `ros_params_override_path` to provide the path to a custom YAML file to override the parameters of the ZED Node without modifying the original files in the `zed_wrapper/config` folder. Thank you David Lu @MetroRobots
0 commit comments