Niryo One - MATLA interface

8 visualizaciones (últimos 30 días)
Afsoon Nejati Aghdam
Afsoon Nejati Aghdam el 12 de Mayo de 2021
Editada: Afsoon Nejati Aghdam el 19 de Mayo de 2021
Dear Matlab Expert,
I am trying to connect Niryo one robot with Matlab R2020b on Windows10. In doing so, I receive the following error message.
folderpath = "C:\Users\Afsoon\Downloads\Applications\niryo_one_ros-master";
>> rosgenmsg(folderpath)
Identifying message files in folder 'C:/Users/Afsoon/Downloads/Applications/niryo_one_ros-master'..Done.
Validating message files in folder 'C:/Users/Afsoon/Downloads/Applications/niryo_one_ros-master'..Done.
[0/1] Generating MATLAB interfaces for custom message packages... 0%Error using ros.internal.utilities.getCMakeBinaryPath (line 19)
Could not find CMake in your system. Please install CMake version 3.15.5 or higher and rerun the command.
Error in ros.internal.CatkinBuilder.getCMakePath (line 82)
[aPath, aVersion] = ros.internal.utilities.getCMakeBinaryPath(ros.internal.CatkinBuilder.CMAKEMINVERSION);
Error in ros.internal.ROSProjectBuilder (line 391)
h.CMakePath = h.getCMakePath();
Error in ros.internal.CatkinBuilder (line 24)
h@ros.internal.ROSProjectBuilder(varargin{:});
Error in rosgenmsg (line 223)
builder = ros.internal.CatkinBuilder(genDir, pkgInfos{iPkg});
I have installed CMake, Visual Studio 2019, and Python 2.7. Also, CMake is available on the system PATH environment variable. I appreciate your advice on this issue!
Thanks,

Respuesta aceptada

Cam Salzberger
Cam Salzberger el 13 de Mayo de 2021
Hello Afsoon,
Can you try running this code in MATLAB:
!cmake --version
If you see any warning messages about libcurl or libstdc++, see this answer for suggestions and workarounds that users have found.
-Cam
  3 comentarios
Cam Salzberger
Cam Salzberger el 18 de Mayo de 2021
R2020b requires Visual Studio 2017 as the only supported compiler for Windows.
The use of Visual Studio for Windows is unfortunately a ROS requirement, so MinGW will not work.
-Cam
Afsoon Nejati Aghdam
Afsoon Nejati Aghdam el 19 de Mayo de 2021
Editada: Afsoon Nejati Aghdam el 19 de Mayo de 2021
Dear Cam,
Thanks so much for the reply. Yes, the problem is solved by using visual studio 2017 instead of the 2019-version.
Best of luck,

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by