Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/third-party/zed-ros2-wrapper"]
path = src/third-party/zed-ros2-wrapper
url = https://github.com/stereolabs/zed-ros2-wrapper.git
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository contains all the code for UMDLoop's 2025-26 rover, Athena.

When cloning, be sure to use `git clone --recursive [URL to Git repository]` to pull in the submodules found in `src/third-party`. Alternatively, run `git submodule update --init --recursive` if you have already cloned.

## How To Contribute

### Learning Git
Expand Down
1 change: 1 addition & 0 deletions src/third-party/zed-ros2-wrapper
Submodule zed-ros2-wrapper added at eef0e2