Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
SDK v3.7 support
  • Loading branch information
Myzhar committed Feb 24, 2022
commit 1bfdbab194cf19512ac5eb6837b0ee41a2ca8ff8
8 changes: 8 additions & 0 deletions latest_changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
LATEST CHANGES
==============

v3.7.x
---------
- Add support for the new Neural Depth mode
- Add support for head detection model
- Add support for sport-related object class
- Add support for X_MEDIUM neural network models
- Enable AI for ZED Mini

2021-11-24
----------
- Add new `<zed>_base_link` frame on the base of the camera to easily handle camera positioning on robots. Thx @civerachb-cpr
Expand Down
2 changes: 1 addition & 1 deletion zed-ros-interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ class ZEDWrapperNodelet : public nodelet::Nodelet
bool mObjDetAnimalsEnable = true;
bool mObjDetElectronicsEnable = true;
bool mObjDetFruitsEnable = true;
bool mObjDetSportsEnable = true;

sl::DETECTION_MODEL mObjDetModel = sl::DETECTION_MODEL::MULTI_CLASS_BOX;

Expand Down
Loading