2

我想连接 Cyber​​robotics Webots 软件和 MATLAB。在 Webots 中,我选择了“机器人竞赛”并打开了存在于 webbot 中的世界“nao_matlab”,当我在控制台中编译并运行此消息时显示:

什么问题?

Starting Matlab...
Starting Matlab...
[supervisor_matlab]  
[supervisor_matlab]   To get started, type one of these: helpwin, helpdesk, or demo.
[supervisor_matlab]   For product information, visit www.mathworks.com.
[supervisor_matlab]  
[nao_matlab]  
[nao_matlab]   To get started, type one of these: helpwin, helpdesk, or demo.
[nao_matlab]   For product information, visit www.mathworks.com.
[nao_matlab]  
[supervisor_matlab] Error using ==> loadlibrary at 480
[supervisor_matlab] There was an error running the loader mfile.  Use the mfilename option
[supervisor_matlab] to produce a file that you can debug and fix if needed.  Please report
[supervisor_matlab] this error to the MathWorks so we can improve this function.
[supervisor_matlab] 
[supervisor_matlab] 
[supervisor_matlab] Error in ==> launcher at 43
[supervisor_matlab]       loadlibrary Controller allincludes.h ...
[supervisor_matlab] 
[supervisor_matlab] Caused by:
[supervisor_matlab]     Error using ==> feval
[supervisor_matlab]     Error: File: C:\Users\Mohamad\AppData\Local\Temp\libController_proto.m Line: 364 Column: 9
[supervisor_matlab]     The input character is not valid in MATLAB statements or expressions.
[nao_matlab] Error using ==> loadlibrary at 480
[nao_matlab] There was an error running the loader mfile.  Use the mfilename option
[nao_matlab] to produce a file that you can debug and fix if needed.  Please report
[nao_matlab] this error to the MathWorks so we can improve this function.
[nao_matlab] 
[nao_matlab] 
[nao_matlab] Error in ==> launcher at 43
[nao_matlab]       loadlibrary Controller allincludes.h ...
[nao_matlab] 
[nao_matlab] Caused by:
[nao_matlab]     Error using ==> feval
[nao_matlab]     Error: File: C:\Users\Mohamad\AppData\Local\Temp\libController_proto.m Line: 364 Column: 9
[nao_matlab]     The input character is not valid in MATLAB statements or expressions.
[nao_matlab] 
[nao_matlab] 
[supervisor_matlab] 
[supervisor_matlab] 
4

1 回答 1

2

可以在此处找到将 matlab 与 webbot 集成的非常好的指南http://www.cyberbotics.com/dvd/common/doc/webots/guide/section4.7.html或此处http://www.intorobotics.com/ webbots-simulation-tutorials-and-resources/

于 2013-07-14T16:33:32.883 回答