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.
2 parents c5ee335 + 1b32702 commit 5cd9f11Copy full SHA for 5cd9f11
utils/message_utils.js
@@ -28,7 +28,7 @@ const messages = require('./messages.js');
28
// chaining works by continuing this path prepending.
29
let cmakePath = process.env.CMAKE_PREFIX_PATH;
30
let cmakePaths = cmakePath.split(':');
31
-let jsMsgPath = path.join('share', 'node_js', 'ros');
+let jsMsgPath = path.join('share', 'gennodejs', 'ros');
32
33
let messagePackageMap = {};
34
let messagePackagePathMap = {};
0 commit comments