Skip to content

Commit 3a1d23e

Browse files
authored
Merge pull request #811 from stereolabs/devel_3.7
Devel 3.7
2 parents dcd9d97 + 17c3532 commit 3a1d23e

File tree

9 files changed

+3636
-4196
lines changed

9 files changed

+3636
-4196
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This package lets you use the ZED stereo camera with ROS. It outputs the camera
1717
### Prerequisites
1818

1919
- Ubuntu 20.04
20-
- [ZED SDK **≥ 3.5**](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
20+
- [ZED SDK **≥ 3.7**](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
2121
- [ROS Noetic](http://wiki.ros.org/noetic/Installation/Ubuntu)
2222

2323
or
2424

2525
- Ubuntu 18.04
26-
- [ZED SDK **≥ 3.5**](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
26+
- [ZED SDK **≥ 3.7**](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
2727
- [ROS Melodic](http://wiki.ros.org/melodic/Installation/Ubuntu)
2828

2929
### Build the repository

latest_changes.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,22 @@
11
LATEST CHANGES
22
==============
33

4-
2021-12-03
5-
----------
6-
- Fixed wrong ZED, ZED2, and ZED2i height value. See issue [#797](https://github.com/stereolabs/zed-ros-wrapper/issues/797). Thx @zulfiz
7-
8-
2021-11-24
9-
----------
4+
v3.7.x
5+
---------
6+
- Add support for the new Neural Depth mode
7+
- Add support for head detection model
8+
- Add support for sport-related object class
9+
- Add support for X_MEDIUM neural network models
10+
- Enable AI for ZED Mini
1011
- Add new `<zed>_base_link` frame on the base of the camera to easily handle camera positioning on robots. Thx @civerachb-cpr
1112
- Improve URDF by adding 3° slope for ZED and ZED2, X-offset for optical frames to correctly match the CMOS sensors position on the PCB, X-offset for mounting screw on ZED2i
1213
- Add `zed_macro.urdf.xacro` to be included by other `xacro` file to easily integrate ZED cameras in the robot descriptions. See [PR #771](https://github.com/stereolabs/zed-ros-wrapper/pull/771) for details. Thx @civerachb-cpr
13-
14-
2021-07-28
15-
----------
1614
- New parameter `save_area_memory_db_on_exit` to force Area Memory saving when the node is closed and Area Memory is enabled and valid.
1715
- Add service `save_Area_map` to trigger an Area Memory saving.
1816
- New tool function to transform a relative path to absolute.
19-
20-
2021-07-26
21-
----------
2217
- Enabled static IMU TF broadcasting even it `publish_tf` is set to false, making the two options independent. Thx to @bjsowa
2318
- Moved the `zed_interfaces` folder in the new [`zed-ros-interfaces`](https://github.com/stereolabs/zed-ros-interfaces) repository. The new repository is useful to receive the topics from a ZED node on system where the `zed-ros-wrapper` repository cannot be fully installed, i.e. systems without CUDA support. For this repository nothing changes because the `zed_interfaces` folder is replaced by the `zed-ros-interfaces` git submodule to automatically satisfy all the dependencies.
24-
25-
ZED2i support fix (2021-06-17)
26-
------------------------------
2719
- Fix sensors topics pubblication for ZED2i. The support for the new camera was not complete
28-
29-
OpenNI mode fix (2021-06-15)
30-
----------------------------
3120
- Fix sensor_msgs type for depth image in OpenNI mode, from `sensor_msgs::image_encodings::mono16` to `sensor_msgs::image_encodings::TYPE_16UC1`. Depth image in OpenNI mode is now compatible with the nodelet `depthimage_to_laserscan`
3221

3322
v3.5.x

zed-ros-interfaces

zed_nodelets/src/zed_nodelet/include/zed_wrapper_nodelet.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ class ZEDWrapperNodelet : public nodelet::Nodelet
717717
bool mObjDetAnimalsEnable = true;
718718
bool mObjDetElectronicsEnable = true;
719719
bool mObjDetFruitsEnable = true;
720+
bool mObjDetSportsEnable = true;
720721

721722
sl::DETECTION_MODEL mObjDetModel = sl::DETECTION_MODEL::MULTI_CLASS_BOX;
722723

0 commit comments

Comments
 (0)