Robotics StackExchange | Archived questions

I can't install Ros-gazebo

Hi

I want to install Ros-gazebo in my windows laptop but I can't install it i spent 3 days trying.

I think my problem in Cmake it's doesn't work and this is the error message

image description

or maybe my problem in Visual Studio because I used Visual Studio 2012 and Visual Studio 2019

please if there are any tutorial to install please please send it to me

thank you 🙏

Asked by Razan on 2019-10-13 09:15:49 UTC

Comments

Answers

Don't use PowerShell directly, launch Visual Studio and select Tools -> Command Line -> Developer PowerShell. It will have environment setup properly to recognize cl.

Asked by pauljurczak on 2019-10-19 04:18:29 UTC

Comments

If you want to use the powershell directly, you can also call Visual Studio's compiler into the shell by running: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat" amd64

and replacing 2019 and Professional` with your year and version type of VS.

Asked by wampus on 2020-12-04 08:59:13 UTC

Comments