[X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
[X] This issue is not a question, feature request, or anything other than a bug report directly related to this project.
Description
The Getting Started with ROS 2 and ZED does not show the correct clone command in the Build the package section. The command is missing the recursive option.
The correct clone command is:
git clone --recursive https://github.com/stereolabs/zed-ros2-wrapper.git
On a side note, it might help some new users to remind them to source their ROS2 environment before attempting to run rosdep
Steps to Reproduce
Follow the documentation to build the pacakge
...
Expected Result
The package builds
Actual Result
rosdep and colcon build fails because the recursive option is not in the clone command
Preliminary Checks
Description
The Getting Started with ROS 2 and ZED does not show the correct clone command in the Build the package section. The command is missing the recursive option.
The correct clone command is:
git clone --recursive https://github.com/stereolabs/zed-ros2-wrapper.git
On a side note, it might help some new users to remind them to source their ROS2 environment before attempting to run rosdep
Steps to Reproduce
...
Expected Result
The package builds
Actual Result
rosdep and colcon build fails because the recursive option is not in the clone command
ZED Camera model
ZED2i
Environment
Anything else?
No response