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: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1

2
2
3
-
# Stereolabs ZED Camera - ROS Integration
3
+
# Stereolabs ZED Camera - ROS Noetic Ninjemis Integration
4
4
5
5
This package lets you use the ZED stereo camera with ROS. It outputs the camera left and right images, depth map, point cloud, pose information and supports the use of multiple ZED cameras.
6
6
@@ -14,11 +14,13 @@ This package lets you use the ZED stereo camera with ROS. It outputs the camera
14
14
15
15
### Prerequisites
16
16
17
-
- Ubuntu 16.04 or newer (Ubuntu 18 recommended)
18
-
-[ZED SDK **≥ 3.0**](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
19
-
-[ROS Kinetic](http://wiki.ros.org/kinetic/Installation/Ubuntu) or [ROS Melodic](http://wiki.ros.org/melodic/Installation/Ubuntu)
17
+
- Ubuntu 20.04
18
+
-[ZED SDK **≥ 3.5**](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
*Note:* an older version of the wrapper compatible with the **SDK v2.8.x** is available [here](https://github.com/stereolabs/zed-ros-wrapper/releases/tag/v2.x)
21
+
- Ubuntu 18.04
22
+
-[ZED SDK **≥ 3.5**](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
Copy file name to clipboardExpand all lines: latest_changes.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
LATEST CHANGES
2
2
==============
3
3
4
+
v3.5.x
5
+
---------
6
+
- Add support for ROS Noetic
7
+
- Add support for SDK v3.5
8
+
- Add support for the new ZED 2i
9
+
- Add new parameter `pos_tracking/pos_tracking_enabled` to enable positional tracking from start even if not required by any subscribed topic. This is useful, for example, to keep the TF always updated.
10
+
- Add new example to start multiple ZED Nodelets inside the same nodelet manager
11
+
- Fixed issue #690
12
+
4
13
v3.4.x
5
14
---------
6
15
- Add support for new DEPTH16_MM data type for depth (OPENNI MODE)
Copy file name to clipboardExpand all lines: zed_wrapper/params/common.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,14 @@ video:
37
37
extrinsic_in_camera_frame: true # if `false` extrinsic parameter in `camera_info` will use ROS native frame (X FORWARD, Z UP) instead of the camera frame (Z FORWARD, Y DOWN) [`true` use old behavior as for version < v3.1]
depth_downsample_factor: 1.0# Resample factor for depth data matrices [0.01,1.0] The SDK works with native data sizes, but publishes rescaled matrices (depth map, point cloud, ...)
45
45
46
46
pos_tracking:
47
+
pos_tracking_enabled: true # True to enable positional tracking from start
0 commit comments