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 ec05c25 commit 1cfe4afCopy full SHA for 1cfe4af
lib/controller/matlab/.gitignore
@@ -371,6 +371,8 @@ wbu_motion_set_time.m
371
wbu_motion_stop.m
372
wbu_system_getenv.m
373
wbu_system_short_path.m
374
+wbu_system_tmpdir.m
375
+wbu_system_webots_instance_path.m
376
WB_STDOUT.m
377
WB_STDERR.m
378
WB_CHANNEL_BROADCAST.m
src/controller/matlab/mgenerate.py
@@ -618,6 +618,8 @@ def main(args=None):
618
# utils/system.h
619
generator.gen(FUNC, "wbu_system_getenv(variable)")
620
generator.gen(FUNC, "wbu_system_short_path(path)")
621
+ generator.gen(FUNC, "wbu_system_tmpdir()")
622
+ generator.gen(FUNC, "wbu_system_webots_instance_path(refresh)")
623
624
# constants
625
generator.gen_const("WB_STDOUT", "1")
0 commit comments