Lego EV3 connection with Matlab via bluetooth error

1 次查看(过去 30 天)
Hello,
I have tried to connect Lego EV3 from Matlab via Bluetooth, however, Matlab showed the following error message.
Error using error Unable to load a message catalog 'legoev3io:build'. Please check the file location and format.
Error in legoev3 (line 185) error(message('legoev3io:build:Legoev3BluetoothFailed'));
I have tried to find any helpful answers, but, couldn't find yet. I have no problem when I tried to connect via USB cable, however, not Bluetooth.
It would be very much appreciated for any helpful solutions.
Thank you.

回答(2 个)

Arnav Mendiratta
Arnav Mendiratta 2017-6-13
编辑:Walter Roberson 2017-6-14
There have been known bluetooth connection issues with Lego EV3 on Mac OS, while USB always seems to work. Usually, this error occurs when MATLAB is unable to locate or open the message catalog file. Refer to the instructions below to resolve this error.
1) Check if the following file exists:
support_package_root_directory\resources\legoev3io\en\build.xml
Note: support_package_root_directory is the directory where the Legoev3 support package is installed. By default, it is C:\MATLAB\SupportPackages\<matlab_version>\ for R2016a and earlier releases. And for R2016b+, it is C:\ProgramData\MATLAB\SupportPackages\<matlab_version>
If the above file does not exist, contact MathWorks Technical Support .
2) If the build.xml already exists, the error may be occurring because MATLAB is unable to open the build.xml file. In this case, launch MATLAB as administrator and try to connect to Legoev3.
  2 个评论
Johnny Yoon
Johnny Yoon 2017-6-14
Thank you very much for the information. I confirmed that there is the build.xml file in the folder. Also, I launched Matlab as administrator. However, it didn't connect via Bluetooth. It showed the same error message.
Do you have any other solutions? It would be very much appreciated for some other solutions. Thank you.
Johnny Yoon
Johnny Yoon 2017-6-14
By the way, I am using Windows 7 Professional for my work computer and Windows 10 Home for my personal laptop. The Windows 7 shows the following error message.
Error using error Unable to load a message catalog 'legoev3io:build'. Please check the file location and format.
Error in legoev3 (line 185) error(message('legoev3io:build:Legoev3BluetoothFailed'));
While Windows 10 shows the following error message.
Error using legoev3 (line 192) Failed to connect to EV3 through Bluetooth. Please check your Bluetooth connection.

请先登录,再进行评论。


Yu Li
Yu Li 2018-3-13
i have same problem about ev3 connection. fail to receive...!

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by