Matlab connection to Lego Ev3 fails on Apple OS Sierra: 'legoev3io:build:Legoev3USBFailed'
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Sudarshan Kolar
el 29 de Dic. de 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 comentarios
Sudarshan Kolar
el 3 de En. de 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.
Ver también
Categorías
Más información sobre MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!