Skip to content

Commit 9993e66

Browse files
committed
Fixed telemetrix conf upload location
1 parent 7cabb28 commit 9993e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs-backend/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { createProxyMiddleware } = require('http-proxy-middleware');
1515
fs = require('fs')
1616

1717
// FIXME: This needs to change to the correct config location. Doesn't work nicely with pre-compiled packages.
18-
const mirte_user_config_file = '/home/mirte/mirte_ws/src/mirte-ros-packages/mirte_telemetrix/config/mirte_user_config.yaml';
18+
const mirte_user_config_file = '/home/mirte/mirte_ws/src/mirte-ros-packages/mirte_bringup/telemetrix_config/mirte_user_config.yaml';
1919

2020

2121
// TODO: Currently the local-ip package is not working

0 commit comments

Comments
 (0)