forked from erwincoumans/tiny-differentiable-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request erwincoumans#7 from dmillard/enoki-refactor
Add local vcpkg with Eigen3 dep
- Loading branch information
Showing
7 changed files
with
79 additions
and
28 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 |
---|---|---|
|
@@ -7,4 +7,4 @@ compile_commands.json | |
logs/ | ||
.gdb_history | ||
.vagrant/ | ||
TinyDiffSim*.AppImage | ||
vcpkg_installed/ |
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 |
---|---|---|
|
@@ -13,3 +13,6 @@ | |
[submodule "third_party/rbdl"] | ||
path = third_party/rbdl | ||
url = [email protected]:rbdl/rbdl.git | ||
[submodule "tools/vcpkg"] | ||
path = tools/vcpkg | ||
url = https://github.com/microsoft/vcpkg.git |
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
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
Submodule enoki
updated
4 files
+7 −10 | include/enoki/array_struct.h | |
+4 −2 | include/enoki/cuda.h | |
+46 −0 | include/enoki/random.h | |
+1 −0 | src/autodiff/autodiff.cpp |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "tiny-differentiable-simulator", | ||
"version-string": "0.1.0", | ||
"dependencies": ["eigen3"] | ||
} |