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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ v5.1.0
5
5
------
6
6
- Changed ZED Camera image topic names to match the cleaner convention used by ZED X One cameras:
7
7
8
-
- **NOTE** THIS IS A BREAKING CHANGE. TOPICS MAY NO LONGER BE AVAILABLE IF NOT ENABLED IN THE DEFAULT CONFIGURATION. Please check what topic you use and set the relevant parameter to `true`.
8
+
- **NOTE** THIS IS A BREAKING CHANGE.
9
9
- Left sensor topics:
10
10
11
11
- From `~/left/image_rect_color` to `~/left/color/rect/image`
@@ -29,6 +29,7 @@ v5.1.0
29
29
30
30
- Added parameters to select what topics will be advertised when the node starts:
31
31
32
+
- **NOTE** THIS IS A BREAKING CHANGE. TOPICS MAY NO LONGER BE AVAILABLE IF NOT ENABLED IN THE DEFAULT CONFIGURATION. Please check what topic you use and set the relevant parameter to `true`.
32
33
- `general.publish_status`: Advertise the status topics that are published only if a node subscribes to them
33
34
- `video.publish_rgb`: Advertise the RGB image topics that are published only if a node subscribes to them
34
35
- `video.publish_left_right`: Advertise the left and right image topics that are published only if a node subscribes to them
@@ -54,6 +55,7 @@ v5.1.0
54
55
55
56
- Added topic enabler feature to `sl::CameraOne`
56
57
58
+
- **NOTE** THIS IS A BREAKING CHANGE. TOPICS MAY NO LONGER BE AVAILABLE IF NOT ENABLED IN THE DEFAULT CONFIGURATION. Please check what topic you use and set the relevant parameter to `true`.
57
59
- Added parameter `video.publish_rgb` to enable/disable RGB image publishing
58
60
- Added parameter `video.publish_raw` to enable/disable raw image publishing
59
61
- Added parameter `video.publish_gray` to enable/disable gray image publishing
0 commit comments