-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ros2' of github.com:MAPIRlab/gaden into ros2
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# [GADEN]() | ||
# GADEN | ||
|
||
## A 3D Gas Dispersion Simulator for ROS | ||
|
||
|
@@ -29,9 +29,9 @@ Gaden 2 (this branch) supports only Humble, for now. You will likely run into co | |
## Installation | ||
Move to your colcon workspace and run | ||
|
||
`git clone --recursive [email protected]:MAPIRlab/gaden.git src/gaden` | ||
`git clone --recurse-submodules [email protected]:MAPIRlab/gaden.git src/gaden` | ||
|
||
It is important that you include the --recursive option, as the gaden repository includes submodules. if you already cloned in a non-recursive manner you can fix the problem by running | ||
It is important that you include the `--recurse-submodules` option, as the gaden repository includes submodules. if you already cloned in a non-recursive manner you can fix the problem by running | ||
|
||
`git submodule update --init --recursive` | ||
|
||
|