1 Star 0 Fork 0

焦建军/robotarium-matlab-simulator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.m 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
robotarium-workstation 提交于 2018-11-05 14:25 . updates
% This script initializes the Robotarium simulator, adding the required
% paths to the MATLAB instance. You need to run this before doing anything
% in the simulator. Also, DO NOT SUBMIT THIS FILE WITH YOUR EXPERIMENT OR
% CALL IT IN YOUR SCRIPTS. All of these utilities will be automatically
% included in your experiment!
path = genpath('utilities');
if(isempty(path))
disp('WARNING: Cannot find utilities directory. This script should be run from the base directory.')
else
addpath(path)
end
path = genpath('patch_generation');
if(isempty(path))
disp('WARNING: Cannot find patch_generation directory. This script should be run from the base directory.')
else
addpath(path)
end
addpath('./')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiaojianjun-com/robotarium-matlab-simulator.git
git@gitee.com:jiaojianjun-com/robotarium-matlab-simulator.git
jiaojianjun-com
robotarium-matlab-simulator
robotarium-matlab-simulator
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385