2

サイバーロボティクスWebotsソフトウェアとMATLABを接続したい。Webotsで「ロボットコンテスト」を選択し、webotに存在するワールド「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をwebotsと統合するための非常に優れたガイドは、 http://www.cyberbotics.com/dvd/common/doc/webots/guide/section4.7.htmlまたはここhttp://www.intorobotics.com/にあります。 webots-simulation-tutorials-and-resources /

于 2013-07-14T16:33:32.883 に答える