stereolabs / zed-ros-wrapper

ROS wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros/
MIT License
447 stars 391 forks source link

Empty zed-ros-interfaces directory in 3.7.X release #812

Closed JeremieBourque1 closed 2 years ago

JeremieBourque1 commented 2 years ago

Preliminary Checks

Description

The zed-ros-interfaces directory in the 3.7.X release is empty when it should contain the contents of that repo.

Steps to Reproduce

  1. Download the zip or tar.gz of the 3.7.X release
  2. Check the content of the zed-ros-interfaces directory ...

Expected Result

The zed-ros-interfaces directory should contain the contents of that repo.

Actual Result

The directory is empty

ZED Camera model

ZED

Environment

Ubuntu 18.04

Anything else?

No response

Myzhar commented 2 years ago

The releases are automatically created by Github. We must check why it does not populated submodules. You can get the 'zed-ros-interfaces' repository zip file and decompress it there to make it work.

Myzhar commented 2 years ago

I confirm that it's not yet possible to generate a release file with sub-modules source code: https://github.community/t/create-release-that-contains-submodule/1329