Matlab connection to Lego Ev3 fails on Apple OS Sierra: 'legoev3io:build:Legoev3USBFailed'
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
On my apple Mac mini with OS Sierra I cannot establish a connection to the Lego EV3 brick. I have the Matlab Home Edition of R2016b installed and I followed the instructions for installing the Matlab support package.
The Lego provided software can interact with the robot without an issue, both over USB and Bluetooth. But creating the legoev3 object fails:
>> mylego = legoev3('usb')
Error using error Unable to load a message catalog 'legoev3io:build'. Please check the file location and format.
Error in legoev3 (line 300) error(message('legoev3io:build:Legoev3USBFailed'));
When stepping through the legoev3.m function with the debugger I reach the "mwhidapi" java function call in commUSB where the error is triggered. For Bluetooth I cannot connect either.
Could this be a configuration issue of java?
0 Kommentare
Antworten (1)
Sudarshan Kolar
am 29 Dez. 2016
Hi,
Did you try the instructions provided here: http://www.mathworks.com/help/supportpkg/legomindstormsev3io/ug/connect-to-an-ev3-brick-over-bluetooth.html
2 Kommentare
Sudarshan Kolar
am 3 Jan. 2017
Use myev3=legoev3(‘bt’,’<hardwareID>’) to setup the Bluetooth connection instead of using myev3=legoev3(‘bluetooth’,’<COMPort>’). [HardwareID can be obtained from the brick setup available on the EV3 brick]
Note that this workaround requires ICT toolbox to be installed.
Siehe auch
Kategorien
Mehr zu MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!