Skip to content

Commit

Permalink
Merge branch 'ros2' of github.com:MAPIRlab/gaden into ros2
Browse files Browse the repository at this point in the history
  • Loading branch information
PepeOjeda committed Nov 26, 2024
2 parents ed8ee3b + af421c3 commit 8f2ba3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [GADEN]()
# GADEN

## A 3D Gas Dispersion Simulator for ROS

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit 8f2ba3d

Please sign in to comment.