Skip to content

Commit 8230bb3

Browse files
committed
Fix makefile
1 parent 1b4b61b commit 8230bb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

benchmark/Makefile

+6-6
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ run_kalibr: build_kalibr ## Run Kalibr
5656
-v /tmp/.X11-unix:/tmp/.X11-unix \
5757
-v /tmp:/tmp \
5858
-v $(DATA_DIR):$(DATA_DIR) \
59-
-v $(PWD)/configs:~/configs \
59+
-v $(PWD)/configs:/home/docker/configs \
6060
--network="host" \
6161
-it --rm benchmark/kalibr /bin/bash
6262

@@ -66,7 +66,7 @@ run_msckf: build_msckf ## Run MSKCF
6666
-v /tmp/.X11-unix:/tmp/.X11-unix \
6767
-v /tmp:/tmp \
6868
-v $(DATA_DIR):$(DATA_DIR) \
69-
-v $(PWD)/configs:~/configs \
69+
-v $(PWD)/configs:/home/docker/configs \
7070
--network="host" \
7171
-it --rm benchmark/msckf /bin/bash
7272

@@ -76,7 +76,7 @@ run_okvis: build_okvis ## RUN OKVIS
7676
-v /tmp/.X11-unix:/tmp/.X11-unix \
7777
-v /tmp:/tmp \
7878
-v $(DATA_DIR):$(DATA_DIR) \
79-
-v $(PWD)/configs:~/configs \
79+
-v $(PWD)/configs:/home/docker/configs \
8080
--network="host" \
8181
-it --rm benchmark/okvis /bin/bash
8282

@@ -86,7 +86,7 @@ run_orbslam3: build_orbslam3 ## Run ORBSLAM3
8686
-v /tmp/.X11-unix:/tmp/.X11-unix \
8787
-v /tmp:/tmp \
8888
-v $(DATA_DIR):$(DATA_DIR) \
89-
-v $(PWD)/configs:~/configs \
89+
-v $(PWD)/configs:/home/docker/configs \
9090
--network="host" \
9191
-it --rm benchmark/orbslam3 /bin/bash
9292

@@ -96,7 +96,7 @@ run_vins_mono: build_vins_mono ## Run VINS-Mono
9696
-v /tmp/.X11-unix:/tmp/.X11-unix \
9797
-v /tmp:/tmp \
9898
-v $(DATA_DIR):$(DATA_DIR) \
99-
-v $(PWD)/configs:~/configs \
99+
-v $(PWD)/configs:/home/docker/configs \
100100
--network="host" \
101101
-it --rm benchmark/vins-mono /bin/bash
102102

@@ -106,6 +106,6 @@ run_vins_fusion: build_vins_fusion ## Run VINS-Fusion
106106
-v /tmp/.X11-unix:/tmp/.X11-unix \
107107
-v /tmp:/tmp \
108108
-v $(DATA_DIR):$(DATA_DIR) \
109-
-v $(PWD)/configs:~/configs \
109+
-v $(PWD)/configs:/home/docker/configs \
110110
--network="host" \
111111
-it --rm benchmark/vins-fusion /bin/bash

0 commit comments

Comments
 (0)