Error installing Gazebo on Windows following the tutorial
Hi everybody, I am trying to follow the tutorial to install Gazebo 11 on Windows 10 build 1903.
First and formost some dependency links are broken. However I figured out how to find those files on the Internet: they are protobuf 3.4.1
and zlib
.
Morever, I experienced several errors in step 8. When executing configure.bat
I got the error reported below.In particular, the system isn't able to find the labels :download_unzip_install
and :install_ign_project ign-cmake
, referred in the batch extract:
:: Install dependencies
call %win_lib% :download_unzip_install eigen3-3.3.4.zip
call %win_lib% :install_ign_project ign-cmake ign-cmake2
Note:
win_lib
on my PC is empty.
Please, can somebody help me? Thanks in advance.
Details of the command execution:
C:\Users\Asus\gz-ws\ign-math>configure Debug
C:\Users\Asus\gz-ws\ign-math>call :download_unzip_install eigen3-3.3.4.zip
Impossibile trovare l'etichetta batch specificata - download_unzip_install
C:\Users\Asus\gz-ws\ign-math>call :install_ign_project ign-cmake ign-cmake2
Impossibile trovare l'etichetta batch specificata - install_ign_project
got the same error here
There is an ongoing effort of improving the methods of installing Gazebo on Windows. Please check https://github.com/osrf/gazebo/issues... and linked issues, hope it can help you or at least give you some alternatives.