We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2509447 commit 41db0e8Copy full SHA for 41db0e8
README.md
@@ -4,6 +4,14 @@ eigenpy
4
Setup
5
-----
6
7
+Before compiling this package, make sure to have initialized all git
8
+submodules of this repo. To initialize the submodules when cloning the
9
+repo, use:
10
+
11
+```bash
12
+git clone --recursive <git_url>
13
+```
14
15
To compile this package, it is recommended to create a separate build
16
directory:
17
0 commit comments