You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,19 @@ Numerical experiments and the open-source solver from the paper ["MPCGPU: Real-T
6
6
7
7
```
8
8
git clone https://github.com/A2R-Lab/MPCGPU
9
+
cd MPCGPU
9
10
git submodule update --init --recursive
10
11
make build_qdldl
11
12
make examples
12
13
mkdir -p tmp/results
14
+
```
15
+
Either install the qdldl shared library by running ```cd qdldl/build && make install``` or modify the ```LD_LIBRARY_PATH``` environment variable to include the path to ```MPCGPU/qdldl/build/out```.
16
+
17
+
```
13
18
./examples/pcg.exe
14
19
./examples/qdldl.exe
15
20
```
16
21
17
-
The track_iiwa_pcg file outlines how you could setup a tracking problem with underlying linear system solver as pcg.
18
-
19
-
The track_iiwa_qdldl file outlines how you could setup a tracking problem with underlying linear system solver as qdldl.
20
-
21
22
### Setting parameters
22
23
23
24
You can set a bunch of parameters in `include/setting.cuh` file. You can also modify these by passing them as
0 commit comments