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 7cabb28 commit 9993e66Copy full SHA for 9993e66
nodejs-backend/services.js
@@ -15,7 +15,7 @@ const { createProxyMiddleware } = require('http-proxy-middleware');
15
fs = require('fs')
16
17
// 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';
+const mirte_user_config_file = '/home/mirte/mirte_ws/src/mirte-ros-packages/mirte_bringup/telemetrix_config/mirte_user_config.yaml';
19
20
21
// TODO: Currently the local-ip package is not working
0 commit comments