加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
readMe.txt 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
Make sure you have following files in your directory, in order to run the simpleTest example:
1. remApi.m
2. remoteApiProto.m
3. the appropriate remote API library: "remoteApi.dll" (Windows), "remoteApi.dylib" (Mac) or "remoteApi.so" (Linux)
4. simpleTest.m
-------------------------------------------------------------------
If you choose not to use the prototype file ("remoteApiProto.m"), then you will have to make sure you have a compiler
set-up for Matlab (mex -setup). You will also need "extApi.h" in this folder, and you will have to instanciate the
remote API with "vrep=remApi('remoteApi','extApi.h');" instead of "vrep=remApi('remoteApi');"
Finally, if you wish to rebuild the prototype file, you will have to comply with above conditions, then type:
loadlibrary('remoteApi','extApi.h','mfilename','remoteApiProto')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化