Zed-ros-wrapper: Simplify repository

Created on 19 Jun 2019  路  2Comments  路  Source: stereolabs/zed-ros-wrapper

I'm using wstool to download quickly a catkin working space for my project and rosdep to install all required dependencies .

After building the _catkin_ws_ I usually start rosdep with this option (point 2.3.2)

rosdep install --from-paths src --ignore-src -r -y

This "magically" installs all the packages that the packages requires.
But when rosdep read all package.xml in this repo, the system start to download all dependencies not only for zed-wrapper but for all examples and tutorials contained in this repository, a significant space for an embedded device (like NVIDIA Jetson Nano).

Is it possibile to split this repository in one with only the zed-ros-wrapper and a secondo with examples and tutorials?

enhancement

Most helpful comment

Done in #509

All 2 comments

The requested modification is queued and will be implemented in a future release

Done in #509

Was this page helpful?
0 / 5 - 0 ratings