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 4d6b014 commit 1a29fecCopy full SHA for 1a29fec
install.m
@@ -8,6 +8,7 @@ function install()
8
GLFW_VER = '3.3.7';
9
urlsList = fileread("tools/links.json");
10
blockPath = './blocks/';
11
+examplePath = './examples/';
12
srcPath = './src/';
13
14
glfwRunTimeLib = 'lib-static-ucrt';
@@ -30,9 +31,10 @@ function install()
30
31
32
%% MATLAB PATH ADDITION
33
addpath(blockPath);
34
+addpath(examplePath);
35
savepath
36
disp(' ')
-disp("MuJoCo block library added to MATLAB path and saved");
37
+disp("MuJoCo block library and examples added to MATLAB path and saved");
38
39
%% SHARED LIB COPY PATH ADDITION
40
% Alternatively you can add the dll location to system path
0 commit comments