Niryo One - MATLA interface

8 vues (au cours des 30 derniers jours)
Afsoon Nejati Aghdam
Afsoon Nejati Aghdam le 12 Mai 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,

Réponse acceptée

Cam Salzberger
Cam Salzberger le 13 Mai 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 commentaires
Cam Salzberger
Cam Salzberger le 18 Mai 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 le 19 Mai 2021
Modifié(e) : Afsoon Nejati Aghdam le 19 Mai 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,

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by