Niryo One - MATLA interface
    5 views (last 30 days)
  
       Show older comments
    
    Afsoon Nejati Aghdam
 on 12 May 2021
  
    
    
    
    
    Edited: Afsoon Nejati Aghdam
 on 19 May 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,
0 Comments
Accepted Answer
  Cam Salzberger
      
 on 13 May 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 Comments
  Cam Salzberger
      
 on 18 May 2021
				R2020b requires Visual Studio 2017 as the only supported compiler for Windows.
-Cam
More Answers (0)
See Also
Categories
				Find more on Publishers and Subscribers in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
